summaryrefslogtreecommitdiffstats
path: root/bin/tools/grab.c
Commit message (Collapse)AuthorAgeFilesLines
* Print errors on stderrMatthias Vogelgesang2018-06-261-3/+3
|
* Fix a few minor leaksMatthias Vogelgesang2018-06-261-0/+1
|
* grab: measure time per frame grabMatthias Vogelgesang2017-10-161-7/+17
|
* grab: drop --write-tiff and guess from file suffixMatthias Vogelgesang2017-10-111-7/+1
|
* grab: allow filename to be a format specifierMatthias Vogelgesang2017-10-111-8/+52
|
* grab: do not write at all if --output is not givenMatthias Vogelgesang2017-10-111-15/+11
|
* grab: show progress during acquisitionMatthias Vogelgesang2017-10-111-15/+13
|
* grab: drop support for --durationMatthias Vogelgesang2017-10-111-7/+4
|
* grab: do not set auto trigger source automaticallyMatthias Vogelgesang2017-10-101-2/+0
|
* grab: do not call parse_props as it's done alreadyMatthias Vogelgesang2017-10-101-7/+0
|
* grab: set trigger source explicitlyMatthias Vogelgesang2016-06-221-2/+3
|
* cli: pass -p/--property assignment to constructorMatthias Vogelgesang2016-04-011-2/+2
|
* grab: fix resource cleanup orderMatthias Vogelgesang2016-02-151-2/+2
|
* Use prop parsing in grab and benchmarkMatthias Vogelgesang2015-10-211-5/+6
|
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-301-0/+2
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-071-0/+2
|
* 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-4/+3
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-13/+13
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|
* Build list of cameras only in one placeMatthias Vogelgesang2013-04-181-38/+12
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-111-0/+292