summaryrefslogtreecommitdiffstats
path: root/src/uca-ring-buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-0/+1
| | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-5/+6
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-0/+47