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 · 1 comment
Open

Complete camera nodes #4

adamkahl opened this issue Oct 27, 2024 · 1 comment
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
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

When branches are created from issues, their pull requests are automatically linked.

3 participants