samuelpowell / Spinnaker.jl

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

Enable chunk data and return, e.g., image ID, fix #9 #12

Closed samuelpowell closed 5 years ago

samuelpowell commented 5 years ago

By default the id, timestamp and exposure chunk data are returned from the camera and either i) stored in a CameraImage or ii) returned from mutating Array retrieval method, such that dropped frames can be checked, etc. This also makes it a lot easier to check for proper functioning of the various buffer modes.