Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide information on failed triggers | Suren A. Chilingaryan | 2012-10-23 | 1 | -15/+28 |
* | More fixes to frame separation in multiframe mode; debugging mode | Suren A. Chilingaryan | 2012-10-23 | 3 | -23/+37 |
* | Fix splitting of frames in case of MULTIFRAME_PACKETS camera bug | Suren A. Chilingaryan | 2012-10-23 | 1 | -7/+39 |
* | Fix re-computation of first processable frame_id | Suren A. Chilingaryan | 2012-10-23 | 2 | -4/+4 |
* | Skip non-informative packets on DMA | Suren A. Chilingaryan | 2012-10-22 | 2 | -1/+6 |
* | Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case o... | Suren A. Chilingaryan | 2012-10-22 | 1 | -3/+8 |
* | For the sake of FR-revision, don't clean DMA before recording and always set ... | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+4 |
* | Decrease size of DMA buffer (bigger sizes limit DMA bandwidth) | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+1 |
* | Detect firmware version during initialization | Suren A. Chilingaryan | 2012-10-19 | 1 | -12/+14 |
* | Merge fixes to build system | Suren A. Chilingaryan | 2012-10-09 | 3 | -6/+14 |
|\ | |||||
| * | Fixes building in non-standard dirs | Suren A. Chilingaryan | 2012-08-18 | 2 | -3/+12 |
| * | Use add_library to link against pthread | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+1 |
| * | Don't use gawk for gcc detection | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+2 |
* | | print results even if no frames grabbed | Suren A. Chilingaryan | 2012-10-09 | 2 | -4/+3 |
* | | Support both UFO4 and UFO5 frame formats | Suren A. Chilingaryan | 2012-10-09 | 3 | -9/+34 |
|/ | |||||
* | Check for free space in camera DDR buffer before triggering event | Suren A. Chilingaryan | 2012-07-27 | 4 | -5/+20 |
* | Bail out from ipecamera_get_next_event if camera is stopped during the wait | Suren A. Chilingaryan | 2012-07-27 | 1 | -5/+6 |
* | Fix names of cmosis registers in scripts | Suren A. Chilingaryan | 2012-07-26 | 8 | -30/+7 |
* | Fix temperature register of ipecamera and prepend all cmosis registers with _... | Suren A. Chilingaryan | 2012-07-26 | 3 | -60/+61 |
* | Check UfoDecode version | Suren A. Chilingaryan | 2012-07-24 | 1 | -1/+1 |
* | Pass through the ipecamera metadata | Suren A. Chilingaryan | 2012-07-24 | 2 | -2/+4 |
* | Support 12-bit modes | Suren A. Chilingaryan | 2012-07-24 | 5 | -5/+35 |
* | Respect --format parameter in cli | Suren A. Chilingaryan | 2012-07-24 | 1 | -5/+14 |
* | Support for new ufodecode and updated register model in ipecamera | Suren A. Chilingaryan | 2012-07-24 | 6 | -12/+973 |
* | Minor fix for frame partitioning | Suren A. Chilingaryan | 2012-07-05 | 1 | -2/+4 |
* | Remove invalid definitions of IPECAMERA_IMAGE_C | Suren A. Chilingaryan | 2012-07-05 | 3 | -3/+0 |
* | Increase default size of DMA buffer to accept a full UFO5 frame | Suren A. Chilingaryan | 2012-07-05 | 1 | -1/+1 |
* | UFO5 size estimation | Suren A. Chilingaryan | 2012-07-05 | 4 | -23/+41 |
* | Merge | Suren A. Chilingaryan | 2012-07-04 | 1 | -1/+1 |
|\ | |||||
| * | merge gcc-verification and update to linux-3.2 | Suren A. Chilingaryan | 2012-07-04 | 2 | -2/+22 |
| |\ | |||||
| * | | Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes) | Suren A. Chilingaryan | 2012-04-19 | 1 | -1/+1 |
* | | | Fix pcitool.h includes | Suren A. Chilingaryan | 2012-07-04 | 3 | -3/+3 |
| |/ |/| | |||||
* | | Compilation with Linux-3.2 | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+1 |
* | | Verify gcc version | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+21 |
|/ | |||||
* | merge | Suren A. Chilingaryan | 2012-02-07 | 1 | -0/+3 |
|\ | |||||
| * | Link pci with pthread | Suren A. Chilingaryan | 2012-02-04 | 1 | -0/+3 |
* | | Portable pthreads detection | Suren A. Chilingaryan | 2012-02-07 | 1 | -2/+5 |
|/ | |||||
* | Add script to debug incomplete frames | Suren A. Chilingaryan | 2012-02-03 | 1 | -0/+37 |
* | Support infinite timeouts in the get_next_frame | Suren A. Chilingaryan | 2012-02-02 | 1 | -3/+15 |
* | Link fastwriter to pcitool, not a library | Suren A. Chilingaryan | 2011-12-15 | 1 | -2/+2 |
* | build scripts: allow to build the library without pcitool | Suren A. Chilingaryan | 2011-12-14 | 1 | -7/+17 |
* | small cleanup | Suren A. Chilingaryan | 2011-12-14 | 3 | -12/+16 |
* | Quite mode | Suren A. Chilingaryan | 2011-12-14 | 1 | -5/+7 |
* | few demo scripts | Suren A. Chilingaryan | 2011-12-14 | 6 | -14/+86 |
* | Synchronize kernel buffers during the read-kernel-memory and while accessing ... | Suren A. Chilingaryan | 2011-12-14 | 6 | -26/+40 |
* | Store with additional header containing timestmap, sequential number, etc. | Suren A. Chilingaryan | 2011-12-13 | 1 | -5/+26 |
* | Do event counting when rawcallback is used to stream the data | Suren A. Chilingaryan | 2011-12-13 | 4 | -78/+115 |
* | Print more statistics | Suren A. Chilingaryan | 2011-12-13 | 2 | -50/+170 |
* | Do not call the normall callback in the raw-data-only mode | Suren A. Chilingaryan | 2011-12-13 | 2 | -18/+29 |
* | Send padding data to rawdata_callback | Suren A. Chilingaryan | 2011-12-13 | 1 | -0/+18 |