TheImagingSource / ic4-examples

IC4 Example Programs
Apache License 2.0
5 stars 3 forks source link

PropId.ExposureMode does not exist ? #9

Closed 5CoJL closed 3 months ago

5CoJL commented 3 months ago

Hello,

I'm having a problem trying to set up an ExposureMode at TriggerWidth. That is, I can't seem to find the ExposureMode PropId, nor in the lib or the docs.

Yet, that is a tweakable setting in IC Capture 2.5...

Am I missing something ?

TIS-Tim commented 3 months ago

Hello,

the GenICam SFNC-compliant way to enable this feature is via TriggerSelector:

TriggerSelector := ExposureActive
TriggerMode := On
5CoJL commented 3 months ago

Ah I see, sorry for the lack of knowledge on the subject.

I was reading the SFNC diagonally and based on chapter 5.7 I hastily linked TriggerWidth of IC Capture with that ExposureMode property.

Many thanks !

Edit : typo

TIS-Tim commented 3 months ago

No worries!

IC Capture does many things a little differently, due to a lack of support for UI for these selector-type properties.