summaryrefslogtreecommitdiffstats
path: root/src/uca.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove cruftMatthias Vogelgesang2012-03-051-370/+0
|
* Typedef typesMatthias Vogelgesang2012-02-031-26/+26
|
* Fix compilation warnings and errorsMatthias Vogelgesang2012-02-031-0/+1
|
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-031-0/+7
| | | | | 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.
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-0/+17
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-2/+2
|
* Add: readout stateMatthias Vogelgesang2011-10-211-1/+2
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-0/+11
|
* Add simple grabber only accessed using framegrabberMatthias Vogelgesang2011-07-251-0/+7
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+1
|
* Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang2011-05-121-0/+2
|
* Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang2011-04-271-2/+18
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-13/+84
|
* Move definitions out of structureMatthias Vogelgesang2011-04-111-3/+5
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-0/+2
| | | | format
* Use more flexible error codesMatthias Vogelgesang2011-03-231-3/+3
|
* Implement grab timeoutMatthias Vogelgesang2011-03-231-0/+1
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-13/+13
|
* Make uca_init() and uca_destroy() thread-safe via pthreadsMatthias Vogelgesang2011-03-171-16/+31
|
* Add publishing script and propagate version from top directoryMatthias Vogelgesang2011-03-161-1/+2
|
* Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang2011-03-161-1/+5
|
* Make dummy camera optionalMatthias Vogelgesang2011-03-141-0/+5
|
* Add gain modesMatthias Vogelgesang2011-03-141-0/+8
|
* Use correct librarymatthias2011-03-111-2/+2
|
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-101-1/+2
|
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-3/+4
|
* Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang2011-03-101-5/+7
|
* Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang2011-03-091-4/+4
|
* Add temperature and some bug fixesMatthias Vogelgesang2011-03-081-29/+33
|
* Add more offset propertiesMatthias Vogelgesang2011-03-081-0/+4
|
* Add r/w access for each propertyMatthias Vogelgesang2011-03-081-25/+25
|
* Add property listingMatthias Vogelgesang2011-03-071-24/+36
|
* Fix grabber bug and add Gtk control applicationMatthias Vogelgesang2011-03-071-0/+1
|
* Specific error return codes for grabbers and camerasMatthias Vogelgesang2011-03-071-3/+3
|
* Start grab interfaceMatthias Vogelgesang2011-02-281-0/+1
|
* Complete frame grabber abstractionMatthias Vogelgesang2011-02-281-11/+96
|
* Prepare for frame grabber abstractionMatthias Vogelgesang2011-02-281-61/+10
|
* Turn property defines into enumMatthias Vogelgesang2011-02-281-3/+3
|
* Add camera state and accessor functionMatthias Vogelgesang2011-02-281-0/+5
|
* Add preliminary "support" for Photron camerasMatthias Vogelgesang2011-02-281-0/+7
|
* Add support for multiple camerasMatthias Vogelgesang2011-02-281-38/+51
|
* Make the properties complete and build even better test appMatthias Vogelgesang2011-02-251-29/+36
|
* Build support for every available cameraMatthias Vogelgesang2011-02-251-2/+4
|
* Update property namesMatthias Vogelgesang2011-02-251-8/+19
|
* Add more properties according to AndreasMatthias Vogelgesang2011-02-241-0/+4
|
* Add new properties and return PROP_INVALID if not availableMatthias Vogelgesang2011-02-231-0/+3
|
* Fix indefinite loopMatthias Vogelgesang2011-02-231-0/+1
|
* Scrap accessor functions and replace with get/set_propertyMatthias Vogelgesang2011-02-231-8/+31
|
* Set camera name (so we have at least some kind of feedback which camera is used)Matthias Vogelgesang2011-02-231-0/+2
|
* Add a bit of documentation and frame grabber initializationMatthias Vogelgesang2011-02-231-1/+9
|