Hello,
The latest version of the package (v0.1.10) failed to compile on a 64bit installation of Julia in Windows. Changing the path to
path = joinpath(ENV["ProgramFiles"], "Point Grey Research", "Spinnaker", "bin64", "vs2015")
solved the problem. Having options for 32 and 64bit installations may be helpfull.
Also, I have not been able to convert Mono12p/Mono12Packed SpinImages to Julia arrays using CameraImage, and have not found a way to access the raw binary data. Is there a way to access this data to convert it to (U)Int or Float type?
Thanks
Hello,
The latest version of the package (v0.1.10) failed to compile on a 64bit installation of Julia in Windows. Changing the path to
path = joinpath(ENV["ProgramFiles"], "Point Grey Research", "Spinnaker", "bin64", "vs2015")
solved the problem. Having options for 32 and 64bit installations may be helpfull.
Also, I have not been able to convert Mono12p/Mono12Packed SpinImages to Julia arrays using CameraImage, and have not found a way to access the raw binary data. Is there a way to access this data to convert it to (U)Int or Float type?
Thanks