Sam Powell
Sam Powell
`spinCameraIsInitialized` may be useful
Bit's implemented in robustify branch
Can I ask what version of Spinnaker SDK you installed? I wonder if they have changed their paths (I rarely use Windows but would only ever have been using 64-bit...
I assume you mean you are dumping the raw buffer from a `SpinImage`? This part should indeed be straightforward as this is just an opaque pointer to the underlying Spinnaker...
Thanks @rguerrab, I misunderstood - I thought you wanted this to be integrated into the package. I'm pleased this is working for you.
I don't have easy access to Windows right now, if you're able to produce a PR that fixes Windor x64 for the most recent SDK (without breaking whatever was happening...
Okay in principle but how do I test this? Does it fail gracefully on an unsupported camera?
Okay will check this when I'm in front of a camera
Does the below match your expectations? ```julia julia> autoexposure_lighting_mode!(cam1, "AutoDetect") ERROR: Node AutoExposureLightingMode entry is not readable Stacktrace: [1] set!(::Spinnaker.SpinEnumNode, ::String) at /Users/spowell/.julia/dev/Spinnaker/src/Nodes.jl:179 [2] autoexposure_lighting_mode!(::Camera, ::String) at /Users/spowell/.julia/dev/Spinnaker/src/camera/acquisition.jl:164 [3] top-level...
@dboas this PR is specifically to fix the schema table, so I think it's fine to merge and then deal with the specifics of the content in #155 as required....