mdegans / gst-nvmanualcamerasrc

(unofficial) Nvidia argus camera source fork
MIT License
4 stars 2 forks source link

FPS defaulting is problematic #9

Open mdegans opened 3 years ago

mdegans commented 3 years ago

The way the default frame rate is set is problematic.

const int DEFAULT_FPS = 21;       // mostly ignored, deprecated
const int DEFAULT_HEIGHT = 1080;  // mostly ignored, deprecated
const int DEFAULT_WIDTH = 1920;   // mostly ignored, deprecated

All need to go. This is bad design and inflexible when new sensors are used.

Proposed solution: default to camera mode 0