summaryrefslogtreecommitdiff
path: root/test/grab.c
AgeCommit message (Collapse)Author
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-06Pass camera type from command line to grabMatthias Vogelgesang
2012-07-03Fix LU-16: Add cooling point propsMatthias Vogelgesang
Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
2012-06-29Fix LU-15: Broken ROI imageMatthias Vogelgesang
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.
2012-06-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-06-14Fix LU-4Matthias Vogelgesang
The larger sensor area can now be used as a ROI.
2012-06-12Use roi-x0 and roi-y0Matthias Vogelgesang
2012-06-01Allow only possible pixel rates when settingMatthias Vogelgesang
2012-05-29Set different grabbing parametersMatthias Vogelgesang
2012-05-29Fix exposure and delay timeMatthias Vogelgesang
2012-05-10Print more meaningful error messageMatthias Vogelgesang
2012-04-13Fix multiple recordingsMatthias Vogelgesang
2012-04-12Start and stop recording in a loopMatthias Vogelgesang
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-02-29Use libpco 0.3 APIMatthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-02Add preliminary UFO camera support back againSuren A. Chilingaryan
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-12-15Fix: break with current pcilibMatthias Vogelgesang
2011-12-14Add: pco.4000 supportMatthias Vogelgesang
2011-10-21Add: readout stateMatthias Vogelgesang
2011-10-20Add: auto transfer property and readout functionMatthias Vogelgesang
2011-10-19Fix: timestamp modeMatthias Vogelgesang
2011-10-19Merge pending changesMatthias Vogelgesang
2011-10-19Adapt libuca for pco.dimaxMatthias Vogelgesang
2011-09-20Add: signal handler for SIGINTMatthias Vogelgesang
With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it.
2011-09-05Return error codeMatthias Vogelgesang
2011-09-05Grab continouslyMatthias Vogelgesang
2011-08-09Some adjustments for IPE cameraMatthias Vogelgesang
2011-06-07Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang
2011-04-27Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-03-24Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang
format
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-21Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-09Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang
2011-03-01Documentation addedMatthias Vogelgesang
2011-03-01Complete (simple) frame grabbingMatthias Vogelgesang
2011-02-28Start grab interfaceMatthias Vogelgesang
2011-02-28Add grab exampleMatthias Vogelgesang