PerkLab / MCSTrack

Multi-camera spatial tracking
MIT License
0 stars 4 forks source link

Use different parameter structures (including defaults and ranges) depending on the camera driver (OpenCV vs picamera2) #32

Closed vaughantnrc closed 2 months ago

vaughantnrc commented 4 months ago

Initial idea:

GetDetectionParametersResponse can contain multiple different fields, each one pertaining to a different driver. The one that is not None is the one that indicates what driver we're using, and the corresponding parameters.

Similarly for SetCapturePropertiesRequest

To consider other approaches.

vaughantnrc commented 4 months ago

(Corresponding changes in GUI could be messy)