On an RGB equivalent camera to one that works, I get:
julia> exposure!(cam, 0.1e6)
ERROR: Node ExposureAuto is not readable
julia> triggermode!(cam, "Off")
ERROR: Node TriggerMode is not readable
I suspect the fact that it's a RGB camera is a red herring. It's likely some auto setting that needs to be disabled, but haven't found it yet
On an RGB equivalent camera to one that works, I get:
I suspect the fact that it's a RGB camera is a red herring. It's likely some auto setting that needs to be disabled, but haven't found it yet