samuelpowell / Spinnaker.jl

A Julia interface to the FLIR/PointGrey Spinnaker SDK
MIT License
15 stars 7 forks source link

Fix and update names for AutoExposureTime #45

Closed samuelpowell closed 5 years ago

samuelpowell commented 5 years ago

Some cameras name this node AutoExposureTimeLowerLimit, other AutoExposureExposureTimeLowerLimit. Test at init, catch, and cache.

samuelpowell commented 5 years ago

@ianshmean does this break your camera?

samuelpowell commented 5 years ago

Ooops need to merge master

IanButterworth commented 5 years ago

Needs to be a SpinFloatNode, as commented. and the message could be clearer, but it works once that type is fixed!

samuelpowell commented 5 years ago

Good catch - fixed the integer/float problem. The info was just for debug and removed. Does this still work on your camera?

IanButterworth commented 5 years ago

Works for me!