fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Add the feature to filter non-U3V camera on GenDC const (to v1.10) #318

Closed Fixstars-momoko closed 2 weeks ago

Fixstars-momoko commented 1 month ago
Fixstars-momoko commented 1 month ago

Note that some U3V device does not have DeviceTLType feature.

xinyuli1204 commented 1 month ago

@Fixstars-momoko maybe we can use arv_camera_is_uv_device ()https://aravisproject.github.io/docs/aravis-0.8/ArvCamera.html#arv-camera-is-uv-device

Fixstars-momoko commented 1 month ago

issue of DeviceTLType is solved by using using arv_get_device_protocol instead of GenICam features.

Confirmed on all OperationMode + GenDC and with extra U3V devices. Please remove draft after testing with non-U3V camera then merge.