samuelpowell / Spinnaker.jl

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

add spinCameraEndAcquisition(cam) to cam finalizer #80

Closed IanButterworth closed 2 years ago

IanButterworth commented 2 years ago

Currently re-initializing a camera multiple times can result in a smaller buffer being available next time.

FLIR support recommended calling spinCameraEndAcquisition to clear the buffer.

Yet to be tested

IanButterworth commented 2 years ago

Ignore. This is already done within stop!(cam)