summaryrefslogtreecommitdiffstats
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
* 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