Avoiding image loss (C#) - IDS Imaging
文章推薦指數: 80 %
Continuous image acquisition without image loss: Functionality and use of the ring buffer sequence of the IDS Software Suite in C#. ThissampleshowsthebasicideaofcontinuouslycapturingimagesusingtheuEyeimagequeue.Aringimagebuffersystemisusedtocapturea1-second-video. Usingtheimagequeue,theoldestbuffercanalwaysbefetched.Theimagebufferisautomaticallylocked.Aftersucessfullyprocessingtheimagedata,thebufferisunlockedandputbackintothequeuetobere-used. Collectingtheimagebuffersisdoneinadetachedworkerthread.ThisthreadisindependentoftheGUIinteractionandallowscollectingimageswithoutbeinginterrupted. uEye_DotNet_CSharp_ImageQueue.zip-Registrationrequired(460.2KiB) DownloadPDF Askus Backtotheoverview C# IDSSoftwareSuite Ringbuffers It'ssoeasy!
延伸文章資訊
- 1How to implement circular buffer video recording in C#
In this description you can read about circular or ring buffer. The article explains the benefits...
- 2pydcu/ueye.py at master - GitHub
Python wrapper for Thorlabs DCU 200 series camera. ... print 'ueye.dll not found' ... used for ri...
- 3Virtual Ring Buffer for Camera Application Concurrency
use a ring buffer to capture and deliver images from the camera. ... must wait for a Client user ...
- 4Parameter change in real time - IDS Imaging
For demonstration, the uEye sequencer demo uses a continuous software trigger signal to trigger i...
- 5Capturing images with the uEye ring buffer
New programming examples explain the basic idea of continuously capturing images with a ring buff...