Releases: samuelpowell/Spinnaker.jl
Releases · samuelpowell/Spinnaker.jl
v1.2.0
Spinnaker v1.2.0
- Expanded DigitalIO functions
- Deprecated some DigitalIO functions that were missing !
- line_mode(::Camera, state::Symbol) -> line_mode!(::Camera, state::Symbol)
- v3_3_enable(::Camera, state::Bool) -> v3_3_enable!(::Camera, state::Bool)
Merged pull requests:
- Expand digitalio functions. Deprecate non ! mutating function names (#93) (@IanButterworth)
v1.1.2
Spinnaker v1.1.2
Closed issues:
- Crash due to Duplicate Initialization of System (#90)
Merged pull requests:
- Fix Crash due to Duplicate Initialization of System (#91) (@Octogonapus)
v1.1.1
Spinnaker v1.1.1
Merged pull requests:
- move init to first usage of CameraList (#89) (@IanButterworth)
v1.1.0
v1.0.2
Spinnaker v1.0.2
v1.0.1
v1.0.0
Spinnaker v1.0.0
This is a formal release of v1.0.0
The release is otherwise identical to v0.2.6
v0.2.6
Spinnaker v0.2.6
Merged pull requests:
- Add a troubleshooting error tip and step to the readme (#81) (@Octogonapus)
- Add env var for delaying init (#82) (@IanButterworth)
v0.2.5
Spinnaker v0.2.5
Merged pull requests:
- add
isinitialized(cam)
and optional wait reinit forreset!
(#74) (@IanButterworth)