summaryrefslogtreecommitdiff
path: root/src/uca.c
AgeCommit message (Collapse)Author
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-03Fix compilation warnings and errorsMatthias Vogelgesang
2012-02-03Callback function have to notify caller about bufferMatthias Vogelgesang
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.
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-12-15Fix: break with current pcilibMatthias Vogelgesang
2011-10-21Add: readout stateMatthias Vogelgesang
2011-10-20Add: auto transfer property and readout functionMatthias Vogelgesang
2011-07-25Add simple grabber only accessed using framegrabberMatthias Vogelgesang
2011-06-07Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang
2011-05-12Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang
2011-04-27Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-04-11Move definitions out of structureMatthias Vogelgesang
2011-03-24Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang
format
2011-03-23Use more flexible error codesMatthias Vogelgesang
2011-03-23Implement grab timeoutMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-17Make uca_init() and uca_destroy() thread-safe via pthreadsMatthias Vogelgesang
2011-03-16Add publishing script and propagate version from top directoryMatthias Vogelgesang
2011-03-16Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang
2011-03-14Make dummy camera optionalMatthias Vogelgesang
2011-03-14Add gain modesMatthias Vogelgesang
2011-03-11Use correct librarymatthias
2011-03-10Fix all warnings issued by -WallMatthias Vogelgesang
2011-03-10Add dummy camera with frame counterMatthias Vogelgesang
2011-03-10Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang
2011-03-09Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang
2011-03-08Add temperature and some bug fixesMatthias Vogelgesang
2011-03-08Add more offset propertiesMatthias Vogelgesang
2011-03-08Add r/w access for each propertyMatthias Vogelgesang
2011-03-07Add property listingMatthias Vogelgesang
2011-03-07Fix grabber bug and add Gtk control applicationMatthias Vogelgesang
2011-03-07Specific error return codes for grabbers and camerasMatthias Vogelgesang
2011-02-28Start grab interfaceMatthias Vogelgesang
2011-02-28Complete frame grabber abstractionMatthias Vogelgesang
2011-02-28Prepare for frame grabber abstractionMatthias Vogelgesang
2011-02-28Turn property defines into enumMatthias Vogelgesang
2011-02-28Add camera state and accessor functionMatthias Vogelgesang
2011-02-28Add preliminary "support" for Photron camerasMatthias Vogelgesang
2011-02-28Add support for multiple camerasMatthias Vogelgesang
2011-02-25Make the properties complete and build even better test appMatthias Vogelgesang
2011-02-25Build support for every available cameraMatthias Vogelgesang
2011-02-25Update property namesMatthias Vogelgesang
2011-02-24Add more properties according to AndreasMatthias Vogelgesang
2011-02-23Add new properties and return PROP_INVALID if not availableMatthias Vogelgesang
2011-02-23Fix indefinite loopMatthias Vogelgesang
2011-02-23Scrap accessor functions and replace with get/set_propertyMatthias Vogelgesang
2011-02-23Set camera name (so we have at least some kind of feedback which camera is used)Matthias Vogelgesang
2011-02-23Add a bit of documentation and frame grabber initializationMatthias Vogelgesang
2011-02-23Do something meaningful and check for frame grabber libraryMatthias Vogelgesang