samuelpowell / Spinnaker.jl

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

Corrected path and library for latest SDK as of 3.0.0.118 #86

Open jgonzalez49 opened 1 year ago

jgonzalez49 commented 1 year ago

As I hit bug #64, and I did not see a PR already submitted for this, here is one. It corrects the path for the latest version of the Spinnaker SDK (3.0.0.118 at the time of writing) and adds in the DLL name for the video DLL. It is tested minimally and working for me on Windows 10 with Julia 1.8.5.

IanButterworth commented 1 year ago

This will need to be backwards compatible. Perhaps try different paths until one exists?

Also does the update need to happen on other platforms?

jgonzalez49 commented 1 year ago

The new version includes a check for the old path. It too is tested minimally with success on my system. I can't speak to the path structure for other platforms.

jgonzalez49 commented 2 months ago

They changed the path structure on Windows again. New version seems to support the latest Spinnaker version (4.0.0.116 at the time of writing).