Seems like the Spinnaker SDK has dropped/changed StreamBufferUnderrunCount, so bufferunderrun(cam) now causes an invalid handle error.
I haven't been able to find any mention in the release docs, and the closest I can find in the new c manual is StreamLostFrameCount.
FLIR also seem to make getting hold of older versions pretty hard. Rather frustrating.
I guess a way to handle this would be to make a function named something like lostframecount and let the user decide
Seems like the Spinnaker SDK has dropped/changed
StreamBufferUnderrunCount, sobufferunderrun(cam)now causes an invalid handle error.I haven't been able to find any mention in the release docs, and the closest I can find in the new c manual is
StreamLostFrameCount.FLIR also seem to make getting hold of older versions pretty hard. Rather frustrating.
I guess a way to handle this would be to make a function named something like
lostframecountand let the user decide