summaryrefslogtreecommitdiffstats
path: root/ipecamera
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-192-6/+5
|
* Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan2014-04-031-5/+26
|\ | | | | | | allocations and mapping memory regions reserved with memmap boot option
| * Multipage DMA tests for XilinxSuren A. Chilingaryan2013-06-202-2/+3
| |
* | Use seqnum from the frame headerSuren A. Chilingaryan2014-02-221-5/+1
| |
* | Provide offset header in the cameraSuren A. Chilingaryan2014-02-221-2/+5
| |
* | Add frame-reject registers to IPECamera modelSuren A. Chilingaryan2014-02-221-91/+96
| |
* | Properly support triggering with new revision of UFO cameraSuren A. Chilingaryan2014-01-281-3/+4
| |
* | Support new revision of UFO cameras...Suren A. Chilingaryan2014-01-282-3/+10
| |
* | I have no clue how to properly write switch statements.... Fixed.Suren A. Chilingaryan2013-09-051-1/+1
| |
* | Change default BUGs configuration of the IPE CameraSuren A. Chilingaryan2013-07-261-2/+2
| |
* | Support 4MPix sensor in IPECameraSuren A. Chilingaryan2013-07-162-2/+3
| |
* | Fix lock-up under the frame-flood, when the frame rate is significantly ↵Suren A. Chilingaryan2013-03-261-3/+3
| | | | | | | | faster than processing
* | In ipecamera_stop wait until streaming user-thread is terminatedSuren A. Chilingaryan2013-03-181-1/+5
|/
* Handle broken frames in ipecameraSuren A. Chilingaryan2012-10-231-3/+6
|
* Consider RESERVE_BUFFERS while computing buffer size required for ipecamera ↵Suren A. Chilingaryan2012-10-231-2/+2
| | | | fast reject
* More fixes to frame separation in multiframe mode; debugging modeSuren A. Chilingaryan2012-10-233-23/+37
|
* Fix splitting of frames in case of MULTIFRAME_PACKETS camera bugSuren A. Chilingaryan2012-10-231-7/+39
|
* Fix re-computation of first processable frame_idSuren A. Chilingaryan2012-10-232-4/+4
|
* Skip non-informative packets on DMASuren A. Chilingaryan2012-10-222-1/+6
|
* For the sake of FR-revision, don't clean DMA before recording and always set ↵Suren A. Chilingaryan2012-10-201-1/+4
| | | | frame height to 1088
* Detect firmware version during initializationSuren A. Chilingaryan2012-10-191-12/+14
|
* Merge fixes to build systemSuren A. Chilingaryan2012-10-091-0/+1
|\
| * Fixes building in non-standard dirsSuren A. Chilingaryan2012-08-181-0/+1
| |
* | Support both UFO4 and UFO5 frame formatsSuren A. Chilingaryan2012-10-093-9/+34
|/
* Check for free space in camera DDR buffer before triggering eventSuren A. Chilingaryan2012-07-273-4/+18
|
* Bail out from ipecamera_get_next_event if camera is stopped during the waitSuren A. Chilingaryan2012-07-271-5/+6
|
* Fix temperature register of ipecamera and prepend all cmosis registers with ↵Suren A. Chilingaryan2012-07-263-60/+61
| | | | _cmosis prefix
* Pass through the ipecamera metadataSuren A. Chilingaryan2012-07-242-2/+4
|
* Support 12-bit modesSuren A. Chilingaryan2012-07-243-3/+33
|
* Support for new ufodecode and updated register model in ipecameraSuren A. Chilingaryan2012-07-243-12/+41
|
* Minor fix for frame partitioningSuren A. Chilingaryan2012-07-051-2/+4
|
* Remove invalid definitions of IPECAMERA_IMAGE_CSuren A. Chilingaryan2012-07-053-3/+0
|
* UFO5 size estimationSuren A. Chilingaryan2012-07-054-23/+41
|
* MergeSuren A. Chilingaryan2012-07-041-1/+1
|\
| * Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes)Suren A. Chilingaryan2012-04-191-1/+1
| |
* | Fix pcitool.h includesSuren A. Chilingaryan2012-07-042-2/+2
|/
* Support infinite timeouts in the get_next_frameSuren A. Chilingaryan2012-02-021-3/+15
|
* Do not call the normall callback in the raw-data-only modeSuren A. Chilingaryan2011-12-132-18/+29
|
* Send padding data to rawdata_callbackSuren A. Chilingaryan2011-12-131-0/+18
|
* Add install targets to cmakeSuren A. Chilingaryan2011-12-131-0/+3
|
* Stop reader thread on pcilib_stopSuren A. Chilingaryan2011-12-121-1/+1
|
* Verbose grabbing modeSuren A. Chilingaryan2011-12-121-1/+1
|
* Allow to configure the number of preprocessing threadsSuren A. Chilingaryan2011-12-121-1/+6
|
* Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan2011-12-121-1/+1
|
* In preprocessing mode, announce the events only after reconstruction is doneSuren A. Chilingaryan2011-12-122-3/+19
|
* Minor fixes and improvementsSuren A. Chilingaryan2011-12-125-10/+23
|
* Declare volatile differentlySuren A. Chilingaryan2011-12-121-3/+3
|
* Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan2011-12-122-6/+7
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-1214-988/+1322
|
* Image frames decodingSuren A. Chilingaryan2011-12-093-45/+108
|