summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provide information on failed triggersSuren A. Chilingaryan2012-10-231-15/+28
|
* 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
|
* Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵Suren A. Chilingaryan2012-10-221-3/+8
| | | | of incosistency leading to possibility of data loss on DMA; Persistent mode was not respected after re-initalization (stop/start dma)
* 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
* Decrease size of DMA buffer (bigger sizes limit DMA bandwidth)Suren A. Chilingaryan2012-10-201-1/+1
|
* Detect firmware version during initializationSuren A. Chilingaryan2012-10-191-12/+14
|
* Merge fixes to build systemSuren A. Chilingaryan2012-10-093-6/+14
|\
| * Fixes building in non-standard dirsSuren A. Chilingaryan2012-08-182-3/+12
| |
| * Use add_library to link against pthreadSuren A. Chilingaryan2012-08-181-2/+1
| |
| * Don't use gawk for gcc detectionSuren A. Chilingaryan2012-08-181-2/+2
| |
* | print results even if no frames grabbedSuren A. Chilingaryan2012-10-092-4/+3
| |
* | 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-274-5/+20
|
* Bail out from ipecamera_get_next_event if camera is stopped during the waitSuren A. Chilingaryan2012-07-271-5/+6
|
* Fix names of cmosis registers in scriptsSuren A. Chilingaryan2012-07-268-30/+7
|
* Fix temperature register of ipecamera and prepend all cmosis registers with ↵Suren A. Chilingaryan2012-07-263-60/+61
| | | | _cmosis prefix
* Check UfoDecode versionSuren A. Chilingaryan2012-07-241-1/+1
|
* Pass through the ipecamera metadataSuren A. Chilingaryan2012-07-242-2/+4
|
* Support 12-bit modesSuren A. Chilingaryan2012-07-245-5/+35
|
* Respect --format parameter in cliSuren A. Chilingaryan2012-07-241-5/+14
|
* Support for new ufodecode and updated register model in ipecameraSuren A. Chilingaryan2012-07-246-12/+973
|
* Minor fix for frame partitioningSuren A. Chilingaryan2012-07-051-2/+4
|
* Remove invalid definitions of IPECAMERA_IMAGE_CSuren A. Chilingaryan2012-07-053-3/+0
|
* Increase default size of DMA buffer to accept a full UFO5 frameSuren A. Chilingaryan2012-07-051-1/+1
|
* UFO5 size estimationSuren A. Chilingaryan2012-07-054-23/+41
|
* MergeSuren A. Chilingaryan2012-07-041-1/+1
|\
| * merge gcc-verification and update to linux-3.2Suren A. Chilingaryan2012-07-042-2/+22
| |\
| * | 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-043-3/+3
| |/ |/|
* | Compilation with Linux-3.2Suren A. Chilingaryan2012-02-111-1/+1
| |
* | Verify gcc versionSuren A. Chilingaryan2012-02-111-1/+21
|/
* mergeSuren A. Chilingaryan2012-02-071-0/+3
|\
| * Link pci with pthreadSuren A. Chilingaryan2012-02-041-0/+3
| |
* | Portable pthreads detectionSuren A. Chilingaryan2012-02-071-2/+5
|/
* Add script to debug incomplete framesSuren A. Chilingaryan2012-02-031-0/+37
|
* Support infinite timeouts in the get_next_frameSuren A. Chilingaryan2012-02-021-3/+15
|
* Link fastwriter to pcitool, not a librarySuren A. Chilingaryan2011-12-151-2/+2
|
* build scripts: allow to build the library without pcitoolSuren A. Chilingaryan2011-12-141-7/+17
|
* small cleanupSuren A. Chilingaryan2011-12-143-12/+16
|
* Quite modeSuren A. Chilingaryan2011-12-141-5/+7
|
* few demo scriptsSuren A. Chilingaryan2011-12-146-14/+86
|
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-146-26/+40
| | | | via sysfs
* Store with additional header containing timestmap, sequential number, etc.Suren A. Chilingaryan2011-12-131-5/+26
|
* Do event counting when rawcallback is used to stream the dataSuren A. Chilingaryan2011-12-134-78/+115
|
* Print more statisticsSuren A. Chilingaryan2011-12-132-50/+170
|
* 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
|