Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some warnings and add debugging information into the build | Suren A. Chilingaryan | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | Add another workaround to handle cameras stuck in busy (disabled and untested) | Suren A. Chilingaryan | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | Adjust buffer sizes to reduce memory consumption with CMOSIS20 camera | Suren A. Chilingaryan | 2015-08-14 | 1 | -3/+4 |
| | |||||
* | Handle frame headers split between 2 packets | Suren A. Chilingaryan | 2015-08-12 | 1 | -3/+13 |
| | |||||
* | Use new locking subsystem to ensure integrity | Suren A. Chilingaryan | 2015-08-06 | 1 | -0/+8 |
| | |||||
* | Add handling of a bug when IPECamera producing a dublicate 16 bytes at 4096 ↵ | Suren A. Chilingaryan | 2015-08-05 | 1 | -0/+1 |
| | | | | offset | ||||
* | Introduce API debugging | Suren A. Chilingaryan | 2015-08-05 | 1 | -0/+9 |
| | |||||
* | Support for new CMOSIS 20MPix camera | Suren A. Chilingaryan | 2015-07-23 | 1 | -28/+59 |
| | |||||
* | Support registers of CMOSIS20000 camera | Suren A. Chilingaryan | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | Increase frame buffer to prevent frame loss with new ipecamera with fast DMA | Suren A. Chilingaryan | 2015-05-26 | 1 | -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. | ||||
* | Cleanup | Suren A. Chilingaryan | 2015-05-26 | 1 | -5/+2 |
| | |||||
* | Fix logging to latest version of pcitool | Suren A. Chilingaryan | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Report extra padding only if IPECAMERA_DEBUG_HARDWARE is set | Suren A. Chilingaryan | 2015-05-03 | 1 | -6/+16 |
| | |||||
* | Cleanup | Suren A. Chilingaryan | 2015-05-02 | 1 | -16/+24 |
| | |||||
* | Use pcitool debugging API | Suren A. Chilingaryan | 2015-05-01 | 1 | -3/+31 |
| | |||||
* | Simplify size tracking in the reader | Suren A. Chilingaryan | 2015-04-28 | 1 | -6/+4 |
| | |||||
* | Support CMOSIS bug resulting in missing payload | Suren A. Chilingaryan | 2015-04-28 | 1 | -3/+3 |
| | |||||
* | First stand-alone ipecamera implementation | Suren A. Chilingaryan | 2015-04-27 | 1 | -0/+155 |