summaryrefslogtreecommitdiffstats
path: root/test/grab.c
Commit message (Collapse)AuthorAgeFilesLines
* pylon (basler) camera addedVolker Kaiser2012-07-261-1/+2
|
* Scale automatically and fix some warnings with UFOMatthias Vogelgesang2012-07-111-1/+1
|
* Pass camera type from command line to grabMatthias Vogelgesang2012-07-061-19/+28
|
* Fix LU-16: Add cooling point propsMatthias Vogelgesang2012-07-031-0/+6
| | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
* Fix LU-15: Broken ROI imageMatthias Vogelgesang2012-06-291-4/+9
| | | | | | | | This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs.
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-201-4/+6
|
* Fix LU-4Matthias Vogelgesang2012-06-141-7/+17
| | | | The larger sensor area can now be used as a ROI.
* Use roi-x0 and roi-y0Matthias Vogelgesang2012-06-121-4/+4
|
* Allow only possible pixel rates when settingMatthias Vogelgesang2012-06-011-3/+4
|
* Set different grabbing parametersMatthias Vogelgesang2012-05-291-10/+29
|
* Fix exposure and delay timeMatthias Vogelgesang2012-05-291-1/+4
|
* Print more meaningful error messageMatthias Vogelgesang2012-05-101-1/+1
|
* Fix multiple recordingsMatthias Vogelgesang2012-04-131-4/+8
|
* Start and stop recording in a loopMatthias Vogelgesang2012-04-121-16/+23
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-42/+31
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-291-1/+3
|
* Typedef typesMatthias Vogelgesang2012-02-031-2/+2
|
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-021-0/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-0/+16
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-0/+1
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-141-1/+2
|
* Add: readout stateMatthias Vogelgesang2011-10-211-0/+2
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-1/+1
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-191-2/+1
|
* Merge pending changesMatthias Vogelgesang2011-10-191-1/+13
|\
| * Add: signal handler for SIGINTMatthias Vogelgesang2011-09-201-1/+13
| | | | | | | | | | With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it.
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-191-1/+4
|/
* Return error codeMatthias Vogelgesang2011-09-051-1/+2
|
* Grab continouslyMatthias Vogelgesang2011-09-051-10/+14
|
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-091-2/+0
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+2
|
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-271-1/+0
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-9/+9
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-0/+3
| | | | format
* Fix potential bugs and use generic reorder functionMatthias Vogelgesang2011-03-221-1/+1
|
* Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang2011-03-211-10/+14
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-1/+1
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-4/+4
|
* Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang2011-03-161-1/+1
|
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-161-3/+3
|
* Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang2011-03-091-5/+7
|
* Documentation addedMatthias Vogelgesang2011-03-011-1/+1
|
* Complete (simple) frame grabbingMatthias Vogelgesang2011-03-011-3/+1
|
* Start grab interfaceMatthias Vogelgesang2011-02-281-1/+18
|
* Add grab exampleMatthias Vogelgesang2011-02-281-0/+27