Skip to content

OpenROV-Dev/geo-video-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not for general use yet. Streaming of particular uvc cameras over socket.io

This project is responsible for serving the h264 stream from the geo camera via socket.io.

It first tries to init the camera:

  1. Use mxcam whois to see if the camera has been booted.
  2. If needed, boot the camera with mxcam
  3. Find the video device(s) matching the camera
  • /dev/v4l/by-id/usb-GEO_Semi_Condor_12345-video-index0 is a symlink to the /dev/video# or sudo udevadm info --query=all --name=/dev/video1
  1. Stream the video

Dependencies. Use scripts to load Dependencies

  • apt get the geo-driver

Running in Mock mode: If the GEO_MOCK environment variable is set to True, the system will attempt to use ffmpeg to generate a test pattern video. This does requires that ffmpeg is installed.

License: All Rights Reserved Still working out the open source license for this package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published