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
Age
Commit message (
Collapse
)
Author
2011-04-27
Do state handling only once in uca.c instead of all camera implementations
Matthias Vogelgesang
2011-04-27
Users don't need uca-cam.h and uca-grabber.h anymore.
Matthias Vogelgesang
2011-04-26
Make uca_camera really private and thus breaks API
Matthias Vogelgesang
2011-04-26
Release version 0.3.1 with old API
Matthias Vogelgesang
2011-04-26
Remove UCA_CAM_ERROR and handle correct recording states
Matthias Vogelgesang
2011-04-18
Implement correct trigger modes
Matthias Vogelgesang
2011-04-11
Merge pending change
Matthias Vogelgesang
2011-04-11
Move definitions out of structure
Matthias Vogelgesang
2011-04-08
Fix building the IPE camera
Matthias Vogelgesang
2011-03-28
Correct usage of patch and make pc-file non-executable
Matthias Vogelgesang
2011-03-25
Fix memcpy problem
Matthias Vogelgesang
2011-03-25
Add OpenCV integration
Matthias Vogelgesang
2011-03-25
Install pkg-config information file
Matthias Vogelgesang
2011-03-24
Install libuca correctly...
Matthias Vogelgesang
2011-03-24
Update version string in documentation
Matthias Vogelgesang
2011-03-24
Return somewhat more reliable numbers for min/max delay and exposure
Matthias Vogelgesang
2011-03-24
Minor cleanups like sharing of uca_set_void and making non-exported functions
Matthias Vogelgesang
static
2011-03-24
Fix pco resize and let UCA_ERR_MASK_CODE mask code and severity
Matthias Vogelgesang
2011-03-24
Convert me4 constants back to uca constants
Matthias Vogelgesang
2011-03-24
Disallow callback registration if there is no memory allocated
Matthias Vogelgesang
2011-03-24
Expose synchronicity property, add boolean unit and document the error code
Matthias Vogelgesang
format
2011-03-23
Share common properties between camera and grabber to let the camera just call
Matthias Vogelgesang
grabber->set_property once
2011-03-23
Use more flexible error codes
Matthias Vogelgesang
2011-03-23
Implement grab timeout
Matthias Vogelgesang
2011-03-23
Some very important person at SiSo decided to have 64-bit frame numbers on 64-
Matthias Vogelgesang
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.
2011-03-22
Bump to new development version
Matthias Vogelgesang
2011-03-22
Add basic (not working) benchmark
Matthias Vogelgesang
2011-03-22
Fix typo
Matthias Vogelgesang
2011-03-22
Fix potential bugs and use generic reorder function
Matthias Vogelgesang
2011-03-22
Enable/disable camera models on build time
Matthias Vogelgesang
2011-03-22
Use latest picture number when requesting new ones
Matthias Vogelgesang
2011-03-21
Fix me4 callback grabbing
Matthias Vogelgesang
2011-03-21
Fix wrong property type when setting photon focus properties
Matthias Vogelgesang
2011-03-21
Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointers
Matthias Vogelgesang
to NULL
2011-03-21
Fix grabber allocation and callback registration for me4 and pf
Matthias Vogelgesang
2011-03-18
Initialize all camera fields with NULL to catch errors early on
Matthias Vogelgesang
2011-03-18
Fix potential leak
Matthias Vogelgesang
2011-03-18
Force documentation upload
Matthias Vogelgesang
2011-03-18
Add (possible) meta data transmission and integrate callback in pco and pf
Matthias Vogelgesang
2011-03-18
Check call time and update current_frame with missed frames
Matthias Vogelgesang
2011-03-18
Pass registered user data to callback
Matthias Vogelgesang
2011-03-17
Fix another potential segfault bug
Matthias Vogelgesang
2011-03-17
Fix potential division by zero bug
Matthias Vogelgesang
2011-03-17
Fix potential segfault
Matthias Vogelgesang
2011-03-17
Expose grab-by-callback via camera and add asynchronous grabbing example
Matthias Vogelgesang
2011-03-17
Allow resize of image dimensions
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
Remember current frame number and remove frame dimensions in dummy.c
Matthias Vogelgesang
[prev]
[next]