summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add start/stop signalMatthias Vogelgesang2012-03-031-6/+6
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-022-2/+9
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-012-28/+34
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-012-0/+34
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-292-3/+5
|
* Typedef typesMatthias Vogelgesang2012-02-035-20/+20
|
* MergeMatthias Vogelgesang2012-02-031-1/+1
|\
| * Fix up callbackMatthias Vogelgesang2012-02-031-5/+6
|/
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-031-1/+3
| | | | | If they return a UCA_BUFFER_KEEP they have to call uca_cam_release_buffer() in the future. If returning UCA_BUFFER_RELEASE, this is done by the caller.
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-021-0/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-315-1/+84
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-0/+1
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-142-2/+14
|
* Add: readout stateMatthias Vogelgesang2011-10-212-3/+5
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-1/+1
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-192-2/+4
|
* 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
|/
* Add: recording facilityMatthias Vogelgesang2011-09-082-3/+47
|
* Add: "control" application monitoring `grab`Matthias Vogelgesang2011-09-072-0/+32
|
* Return error codeMatthias Vogelgesang2011-09-051-1/+2
|
* Grab continouslyMatthias Vogelgesang2011-09-051-10/+14
|
* Make it look like 65535Matthias Vogelgesang2011-08-101-1/+1
|
* Add user-adjustable scale parameterMatthias Vogelgesang2011-08-102-28/+106
|
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-091-2/+0
|
* Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang2011-08-093-126/+44
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+2
|
* MergeMatthias Vogelgesang2011-05-121-0/+2
|\
| * Explicitly link GThread on systems that don't do when just linking against GLibMatthias Vogelgesang2011-05-041-0/+2
| |
* | Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang2011-05-121-2/+4
|/
* Be compatible on 32-bit systemsMatthias Vogelgesang2011-04-271-2/+2
|
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-275-6/+1
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-265-42/+46
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-0/+3
| | | | format
* Use more flexible error codesMatthias Vogelgesang2011-03-232-4/+4
|
* Some very important person at SiSo decided to have 64-bit frame numbers on 64-Matthias Vogelgesang2011-03-231-3/+3
| | | | | | bit systems and 32-bit frame numbers on 32-bit systems. This commit changes the API to the former, which means it now takes 1.44x10^10 years to have an overflow at a very slow frame rate of 1000 frames per second.
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-222-0/+86
|
* Fix potential bugs and use generic reorder functionMatthias Vogelgesang2011-03-222-1/+4
|
* Fix me4 callback grabbingMatthias Vogelgesang2011-03-211-11/+26
|
* Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang2011-03-211-1/+3
|
* 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-183-3/+3
|
* Pass registered user data to callbackMatthias Vogelgesang2011-03-181-4/+4
|
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-172-0/+48
|
* Allow resize of image dimensionsMatthias Vogelgesang2011-03-171-5/+29
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-173-22/+22
|
* Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang2011-03-163-3/+3
|
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-163-14/+16
|
* Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang2011-03-091-21/+22
|