Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete camera nodes #4

Open
adamkahl opened this issue Oct 27, 2024 · 2 comments · May be fixed by #10
Open

Complete camera nodes #4

adamkahl opened this issue Oct 27, 2024 · 2 comments · May be fixed by #10
Assignees

Comments

@adamkahl
Copy link
Collaborator

This should eliminate the need to launch core nodes/camera streams via SSH

@adamkahl
Copy link
Collaborator Author

adamkahl commented Nov 21, 2024

Todo:

  • Run build.sh and run.sh on startup
  • Use v4l2-ctl --list-devices to identify camera devices
  • Identify surface IP address (we will most likely just use a static IP)
  • Update cameras node to use ffmpeg command: ffmpeg -f v4l2 --fflags nobuffer -i /dev/video## -vcodec copy -g 10 -f rtsp rtsp://localhost:8554/camera_#

@adamkahl adamkahl changed the title Launch script to be run on bootup Complete camera nodes Feb 2, 2025
@adamkahl
Copy link
Collaborator Author

adamkahl commented Feb 6, 2025

Update: All steps listed above are complete. Just need to clean up the code a bit and then we can submit a pull request.

@adamkahl adamkahl linked a pull request Feb 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants