Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 2 | -2/+14 | |
| | ||||||
* | Add: readout state | Matthias Vogelgesang | 2011-10-21 | 2 | -3/+5 | |
| | ||||||
* | Add: auto transfer property and readout function | Matthias Vogelgesang | 2011-10-20 | 1 | -1/+1 | |
| | ||||||
* | Fix: timestamp mode | Matthias Vogelgesang | 2011-10-19 | 2 | -2/+4 | |
| | ||||||
* | Merge pending changes | Matthias Vogelgesang | 2011-10-19 | 1 | -1/+13 | |
|\ | ||||||
| * | Add: signal handler for SIGINT | Matthias Vogelgesang | 2011-09-20 | 1 | -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.dimax | Matthias Vogelgesang | 2011-10-19 | 1 | -1/+4 | |
|/ | ||||||
* | Add: recording facility | Matthias Vogelgesang | 2011-09-08 | 2 | -3/+47 | |
| | ||||||
* | Add: "control" application monitoring `grab` | Matthias Vogelgesang | 2011-09-07 | 2 | -0/+32 | |
| | ||||||
* | Return error code | Matthias Vogelgesang | 2011-09-05 | 1 | -1/+2 | |
| | ||||||
* | Grab continously | Matthias Vogelgesang | 2011-09-05 | 1 | -10/+14 | |
| | ||||||
* | Make it look like 65535 | Matthias Vogelgesang | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | Add user-adjustable scale parameter | Matthias Vogelgesang | 2011-08-10 | 2 | -28/+106 | |
| | ||||||
* | Some adjustments for IPE camera | Matthias Vogelgesang | 2011-08-09 | 1 | -2/+0 | |
| | ||||||
* | Use GtkBuilder.connect_signals and optimize data conversion | Matthias Vogelgesang | 2011-08-09 | 3 | -126/+44 | |
| | ||||||
* | Hotpixel correction and cam_state -> uca.h | Matthias Vogelgesang | 2011-06-07 | 1 | -0/+2 | |
| | ||||||
* | Merge | Matthias Vogelgesang | 2011-05-12 | 1 | -0/+2 | |
|\ | ||||||
| * | Explicitly link GThread on systems that don't do when just linking against GLib | Matthias Vogelgesang | 2011-05-04 | 1 | -0/+2 | |
| | | ||||||
* | | Add binning and "fix" that damn 64-bit format thing in grab-async.c | Matthias Vogelgesang | 2011-05-12 | 1 | -2/+4 | |
|/ | ||||||
* | Be compatible on 32-bit systems | Matthias Vogelgesang | 2011-04-27 | 1 | -2/+2 | |
| | ||||||
* | Users don't need uca-cam.h and uca-grabber.h anymore. | Matthias Vogelgesang | 2011-04-27 | 5 | -6/+1 | |
| | ||||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 5 | -42/+46 | |
| | ||||||
* | Expose synchronicity property, add boolean unit and document the error code | Matthias Vogelgesang | 2011-03-24 | 1 | -0/+3 | |
| | | | | format | |||||
* | Use more flexible error codes | Matthias Vogelgesang | 2011-03-23 | 2 | -4/+4 | |
| | ||||||
* | Some very important person at SiSo decided to have 64-bit frame numbers on 64- | Matthias Vogelgesang | 2011-03-23 | 1 | -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) benchmark | Matthias Vogelgesang | 2011-03-22 | 2 | -0/+86 | |
| | ||||||
* | Fix potential bugs and use generic reorder function | Matthias Vogelgesang | 2011-03-22 | 2 | -1/+4 | |
| | ||||||
* | Fix me4 callback grabbing | Matthias Vogelgesang | 2011-03-21 | 1 | -11/+26 | |
| | ||||||
* | Fix wrong property type when setting photon focus properties | Matthias Vogelgesang | 2011-03-21 | 1 | -1/+3 | |
| | ||||||
* | Fix grabber allocation and callback registration for me4 and pf | Matthias Vogelgesang | 2011-03-21 | 1 | -10/+14 | |
| | ||||||
* | Add (possible) meta data transmission and integrate callback in pco and pf | Matthias Vogelgesang | 2011-03-18 | 3 | -3/+3 | |
| | ||||||
* | Pass registered user data to callback | Matthias Vogelgesang | 2011-03-18 | 1 | -4/+4 | |
| | ||||||
* | Expose grab-by-callback via camera and add asynchronous grabbing example | Matthias Vogelgesang | 2011-03-17 | 2 | -0/+48 | |
| | ||||||
* | Allow resize of image dimensions | Matthias Vogelgesang | 2011-03-17 | 1 | -5/+29 | |
| | ||||||
* | Rename struct_name_t to struct_name and create typedefs | Matthias Vogelgesang | 2011-03-17 | 3 | -22/+22 | |
| | ||||||
* | Add soft MJSON dependency to load configuration/calibration data | Matthias Vogelgesang | 2011-03-16 | 3 | -3/+3 | |
| | ||||||
* | Pass target string size when calling uca_get_property | Matthias Vogelgesang | 2011-03-16 | 3 | -14/+16 | |
| | ||||||
* | Set correct exposure. Use µs for all time-related units. | Matthias Vogelgesang | 2011-03-09 | 1 | -21/+22 | |
| | ||||||
* | Use correct number of bytes per pixel when allocating buffers | Matthias Vogelgesang | 2011-03-09 | 2 | -7/+9 | |
| | ||||||
* | Fix photon focus capture | Matthias Vogelgesang | 2011-03-09 | 1 | -3/+3 | |
| | ||||||
* | Almost real video playback | Matthias Vogelgesang | 2011-03-09 | 1 | -34/+92 | |
| | ||||||
* | Add temperature and some bug fixes | Matthias Vogelgesang | 2011-03-08 | 1 | -6/+24 | |
| | ||||||
* | Add more offset properties | Matthias Vogelgesang | 2011-03-08 | 1 | -3/+7 | |
| | ||||||
* | Add r/w access for each property | Matthias Vogelgesang | 2011-03-08 | 2 | -6/+38 | |
| | ||||||
* | Add property listing | Matthias Vogelgesang | 2011-03-07 | 3 | -15/+159 | |
| | ||||||
* | Copy UI file into appropriate place | Matthias Vogelgesang | 2011-03-07 | 1 | -0/+3 | |
| | ||||||
* | Fix grabber bug and add Gtk control application | Matthias Vogelgesang | 2011-03-07 | 3 | -0/+424 | |
| | ||||||
* | Minor change of output | Matthias Vogelgesang | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Documentation added | Matthias Vogelgesang | 2011-03-01 | 1 | -1/+1 | |
| | ||||||
* | Complete (simple) frame grabbing | Matthias Vogelgesang | 2011-03-01 | 1 | -3/+1 | |
| |