LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
81 stars 16 forks source link

Use gst-device-monitor to improve format detection in camera gstreamer basic #58

Closed PIERROOOTT closed 11 months ago

PIERROOOTT commented 1 year ago

Even after the improvements in #55, the available formats for the CameraGstreamer Camera are guessed when v4l2-ctl is not installed. This is of course not the most desirable behavior, as the guessed formats could be wrong and there could be missing formats.

Using the command gst-device-monitor-1.0 Video/Source, the available formats can be listed, at least on Linux. It should be tested whether this behavior is also available on Windows and macOS. It should also be checked how to set the format using only the commands of GStreamer.

ToDo