Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -4/+18 |
| | |||||
* | Bail out from ipecamera_get_next_event if camera is stopped during the wait | Suren A. Chilingaryan | 2012-07-27 | 1 | -5/+6 |
| | |||||
* | Fix temperature register of ipecamera and prepend all cmosis registers with ↵ | Suren A. Chilingaryan | 2012-07-26 | 3 | -60/+61 |
| | | | | _cmosis prefix | ||||
* | Pass through the ipecamera metadata | Suren A. Chilingaryan | 2012-07-24 | 2 | -2/+4 |
| | |||||
* | Support 12-bit modes | Suren A. Chilingaryan | 2012-07-24 | 3 | -3/+33 |
| | |||||
* | Support for new ufodecode and updated register model in ipecamera | Suren A. Chilingaryan | 2012-07-24 | 3 | -12/+41 |
| | |||||
* | 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 |
| | |||||
* | UFO5 size estimation | Suren A. Chilingaryan | 2012-07-05 | 4 | -23/+41 |
| | |||||
* | Merge | Suren A. Chilingaryan | 2012-07-04 | 1 | -1/+1 |
|\ | |||||
| * | 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 | 2 | -2/+2 |
|/ | |||||
* | Support infinite timeouts in the get_next_frame | Suren A. Chilingaryan | 2012-02-02 | 1 | -3/+15 |
| | |||||
* | 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 |
| | |||||
* | Add install targets to cmake | Suren A. Chilingaryan | 2011-12-13 | 1 | -0/+3 |
| | |||||
* | Stop reader thread on pcilib_stop | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Verbose grabbing mode | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Allow to configure the number of preprocessing threads | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+6 |
| | |||||
* | Handle properly more of trigger-and-grab options in pcitool | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | In preprocessing mode, announce the events only after reconstruction is done | Suren A. Chilingaryan | 2011-12-12 | 2 | -3/+19 |
| | |||||
* | Minor fixes and improvements | Suren A. Chilingaryan | 2011-12-12 | 5 | -10/+23 |
| | |||||
* | Declare volatile differently | Suren A. Chilingaryan | 2011-12-12 | 1 | -3/+3 |
| | |||||
* | Fix handling of return values from frame decoder and event callback | Suren A. Chilingaryan | 2011-12-12 | 2 | -6/+7 |
| | |||||
* | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 14 | -988/+1322 |
| | |||||
* | Image frames decoding | Suren A. Chilingaryan | 2011-12-09 | 3 | -45/+108 |
| | |||||
* | Parse required event & data_type | Suren A. Chilingaryan | 2011-12-09 | 2 | -2/+6 |
| | |||||
* | Few fixes | Suren A. Chilingaryan | 2011-12-09 | 1 | -3/+7 |
| | |||||
* | Initial support of event streaming in cli | Suren A. Chilingaryan | 2011-12-09 | 2 | -36/+51 |
| | |||||
* | Support multiple frames sharing a single DMA packet | Suren A. Chilingaryan | 2011-12-08 | 1 | -9/+44 |
| | |||||
* | new event architecture, first trial | Suren A. Chilingaryan | 2011-12-08 | 4 | -425/+388 |
| | |||||
* | Add another debug register to the ipecamera model | Suren A. Chilingaryan | 2011-12-05 | 1 | -0/+1 |
| | |||||
* | Commit camera support to the latest stage before rewrite | Suren A. Chilingaryan | 2011-10-31 | 2 | -32/+63 |
| | |||||
* | Accept short addresses for IPECamera FPGA registers | Suren A. Chilingaryan | 2011-10-21 | 1 | -2/+4 |
| | |||||
* | Disable debugging | root | 2011-07-27 | 2 | -2/+11 |
| | |||||
* | Few fixes in IPE Camera code | root | 2011-07-27 | 2 | -15/+59 |
| | |||||
* | DMA support in IPE Camera | root | 2011-07-26 | 2 | -28/+142 |
| | |||||
* | Few fixes for IPE Camera modification | Suren A. Chilingaryan | 2011-07-19 | 2 | -1/+7 |
| | |||||
* | Change timeout definition in Events API from struct timespec to pcilib_timeout_t | Suren A. Chilingaryan | 2011-07-18 | 2 | -2/+2 |
| | |||||
* | Support modifications of DMA engine and allow DMA customizations by Event engine | Suren A. Chilingaryan | 2011-07-14 | 3 | -1/+18 |
| | |||||
* | Support dynamic registers, support register offsets and multiregisters ↵ | Suren A. Chilingaryan | 2011-07-09 | 2 | -69/+70 |
| | | | | (bitmasks), list NWL DMA registers | ||||
* | A bit of renaming | Suren A. Chilingaryan | 2011-07-06 | 2 | -3/+3 |
| | |||||
* | Include type in the register description | Suren A. Chilingaryan | 2011-07-06 | 1 | -59/+59 |
| | |||||
* | Enumerate DMA engines | root | 2011-06-17 | 2 | -1/+2 |
| | |||||
* | New reset routine | root | 2011-06-16 | 1 | -3/+3 |
| | |||||
* | Move to new FPGA design | root | 2011-06-16 | 3 | -23/+29 |
| | |||||
* | Multiline grabbing | Suren A. Chilingaryan | 2011-05-03 | 1 | -135/+180 |
| | |||||
* | Alternative way to overcome problem with address verification of CMOSIS ↵ | Suren A. Chilingaryan | 2011-04-14 | 1 | -24/+26 |
| | | | | registers | ||||
* | Rearrange channels to get proper image | Suren A. Chilingaryan | 2011-04-14 | 1 | -4/+20 |
| |