summaryrefslogtreecommitdiffstats
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix estimation of size of UFO6 frame (works for Desy camera)Suren A. Chilingaryan2018-08-301-1/+1
|
* Support HighFlex-based ipecameraSuren A. Chilingaryan2017-08-161-2/+8
|
* Fix some warnings and add debugging information into the buildSuren A. Chilingaryan2015-08-211-0/+1
|
* Add another workaround to handle cameras stuck in busy (disabled and untested)Suren A. Chilingaryan2015-08-141-0/+1
|
* Adjust buffer sizes to reduce memory consumption with CMOSIS20 cameraSuren A. Chilingaryan2015-08-141-3/+4
|
* Handle frame headers split between 2 packetsSuren A. Chilingaryan2015-08-121-3/+13
|
* Use new locking subsystem to ensure integritySuren A. Chilingaryan2015-08-061-0/+8
|
* Add handling of a bug when IPECamera producing a dublicate 16 bytes at 4096 ↵Suren A. Chilingaryan2015-08-051-0/+1
| | | | offset
* Introduce API debuggingSuren A. Chilingaryan2015-08-051-0/+9
|
* Support for new CMOSIS 20MPix cameraSuren A. Chilingaryan2015-07-231-28/+59
|
* Support registers of CMOSIS20000 cameraSuren A. Chilingaryan2015-07-221-4/+4
|
* Increase frame buffer to prevent frame loss with new ipecamera with fast DMASuren A. Chilingaryan2015-05-261-1/+1
| | | | | | | | The hardware is able to store about 200 frames. If hardware buffer is full, the data will be sent with the speed of DMA engine. This can be faster when expected rate of 300 frames per second. It may be not possible to decode frames at such speed and unless all frames are fit into the buffer, the frame lost will occur.
* CleanupSuren A. Chilingaryan2015-05-261-5/+2
|
* Fix logging to latest version of pcitoolSuren A. Chilingaryan2015-05-071-1/+1
|
* Report extra padding only if IPECAMERA_DEBUG_HARDWARE is setSuren A. Chilingaryan2015-05-031-6/+16
|
* CleanupSuren A. Chilingaryan2015-05-021-16/+24
|
* Use pcitool debugging APISuren A. Chilingaryan2015-05-011-3/+31
|
* Simplify size tracking in the readerSuren A. Chilingaryan2015-04-281-6/+4
|
* Support CMOSIS bug resulting in missing payloadSuren A. Chilingaryan2015-04-281-3/+3
|
* First stand-alone ipecamera implementationSuren A. Chilingaryan2015-04-271-0/+155