index
:
csa/tomo/uca/uca.git
master
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uca.c
Age
Commit message (
Collapse
)
Author
2012-02-03
Typedef types
Matthias Vogelgesang
2012-02-03
Fix compilation warnings and errors
Matthias Vogelgesang
2012-02-03
Callback function have to notify caller about buffer
Matthias 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-31
Put libuca under LGPL
Matthias Vogelgesang
2011-12-15
Fix: break with current pcilib
Matthias Vogelgesang
2011-10-21
Add: readout state
Matthias Vogelgesang
2011-10-20
Add: auto transfer property and readout function
Matthias Vogelgesang
2011-07-25
Add simple grabber only accessed using framegrabber
Matthias Vogelgesang
2011-06-07
Hotpixel correction and cam_state -> uca.h
Matthias Vogelgesang
2011-05-12
Add binning and "fix" that damn 64-bit format thing in grab-async.c
Matthias Vogelgesang
2011-04-27
Do state handling only once in uca.c instead of all camera implementations
Matthias Vogelgesang
2011-04-26
Make uca_camera really private and thus breaks API
Matthias Vogelgesang
2011-04-11
Move definitions out of structure
Matthias Vogelgesang
2011-03-24
Expose synchronicity property, add boolean unit and document the error code
Matthias Vogelgesang
format
2011-03-23
Use more flexible error codes
Matthias Vogelgesang
2011-03-23
Implement grab timeout
Matthias Vogelgesang
2011-03-17
Rename struct_name_t to struct_name and create typedefs
Matthias Vogelgesang
2011-03-17
Make uca_init() and uca_destroy() thread-safe via pthreads
Matthias Vogelgesang
2011-03-16
Add publishing script and propagate version from top directory
Matthias Vogelgesang
2011-03-16
Add soft MJSON dependency to load configuration/calibration data
Matthias Vogelgesang
2011-03-14
Make dummy camera optional
Matthias Vogelgesang
2011-03-14
Add gain modes
Matthias Vogelgesang
2011-03-11
Use correct library
matthias
2011-03-10
Fix all warnings issued by -Wall
Matthias Vogelgesang
2011-03-10
Add dummy camera with frame counter
Matthias Vogelgesang
2011-03-10
Add IPE infrastructure and make sure that cameras check grabber existence
Matthias Vogelgesang
2011-03-09
Set correct exposure. Use µs for all time-related units.
Matthias Vogelgesang
2011-03-08
Add temperature and some bug fixes
Matthias Vogelgesang
2011-03-08
Add more offset properties
Matthias Vogelgesang
2011-03-08
Add r/w access for each property
Matthias Vogelgesang
2011-03-07
Add property listing
Matthias Vogelgesang
2011-03-07
Fix grabber bug and add Gtk control application
Matthias Vogelgesang
2011-03-07
Specific error return codes for grabbers and cameras
Matthias Vogelgesang
2011-02-28
Start grab interface
Matthias Vogelgesang
2011-02-28
Complete frame grabber abstraction
Matthias Vogelgesang
2011-02-28
Prepare for frame grabber abstraction
Matthias Vogelgesang
2011-02-28
Turn property defines into enum
Matthias Vogelgesang
2011-02-28
Add camera state and accessor function
Matthias Vogelgesang
2011-02-28
Add preliminary "support" for Photron cameras
Matthias Vogelgesang
2011-02-28
Add support for multiple cameras
Matthias Vogelgesang
2011-02-25
Make the properties complete and build even better test app
Matthias Vogelgesang
2011-02-25
Build support for every available camera
Matthias Vogelgesang
2011-02-25
Update property names
Matthias Vogelgesang
2011-02-24
Add more properties according to Andreas
Matthias Vogelgesang
2011-02-23
Add new properties and return PROP_INVALID if not available
Matthias Vogelgesang
2011-02-23
Fix indefinite loop
Matthias Vogelgesang
2011-02-23
Scrap accessor functions and replace with get/set_property
Matthias Vogelgesang
2011-02-23
Set camera name (so we have at least some kind of feedback which camera is used)
Matthias Vogelgesang
2011-02-23
Add a bit of documentation and frame grabber initialization
Matthias Vogelgesang
2011-02-23
Do something meaningful and check for frame grabber library
Matthias Vogelgesang
[next]