MissouriMRDT / BaseStation_Software

A telemetry and command interface for a remote, embedded system.
GNU General Public License v2.0
22 stars 7 forks source link

Create controls for UDP Camera Server #218

Open ThisIsBrady opened 2 years ago

ThisIsBrady commented 2 years ago

Our cameras have been run on TCP for the last couple of years, which causes lag and interruptions when we have less than perfect signal. By using a UDP system, we will be able to continue to see the camera in real time during limited signal loss. This may require writing a separate program for viewing cameras on basestation and will require custom software on the rover.

wiidler commented 1 year ago

This issue is related to https://github.com/MissouriMRDT/JetsonCameraServer/issues/1

Currently on new-camera-controls:

Issues related to functionality of camera stream can be found in JetsonCameraServer repository.