summaryrefslogtreecommitdiffstats
path: root/ipecamera
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Parse required event & data_typeSuren A. Chilingaryan2011-12-092-2/+6
|
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
|
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-092-36/+51
|
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
|
* new event architecture, first trialSuren A. Chilingaryan2011-12-084-425/+388
|
* Add another debug register to the ipecamera modelSuren A. Chilingaryan2011-12-051-0/+1
|
* Commit camera support to the latest stage before rewriteSuren A. Chilingaryan2011-10-312-32/+63
|
* Accept short addresses for IPECamera FPGA registersSuren A. Chilingaryan2011-10-211-2/+4
|
* Disable debuggingroot2011-07-272-2/+11
|
* Few fixes in IPE Camera coderoot2011-07-272-15/+59
|
* DMA support in IPE Cameraroot2011-07-262-28/+142
|
* Few fixes for IPE Camera modificationSuren A. Chilingaryan2011-07-192-1/+7
|
* Change timeout definition in Events API from struct timespec to pcilib_timeout_tSuren A. Chilingaryan2011-07-182-2/+2
|
* Support modifications of DMA engine and allow DMA customizations by Event engineSuren A. Chilingaryan2011-07-143-1/+18
|
* Support dynamic registers, support register offsets and multiregisters ↵Suren A. Chilingaryan2011-07-092-69/+70
| | | | (bitmasks), list NWL DMA registers
* A bit of renamingSuren A. Chilingaryan2011-07-062-3/+3
|
* Include type in the register descriptionSuren A. Chilingaryan2011-07-061-59/+59
|
* Enumerate DMA enginesroot2011-06-172-1/+2
|
* New reset routineroot2011-06-161-3/+3
|
* Move to new FPGA designroot2011-06-163-23/+29
|
* Multiline grabbingSuren A. Chilingaryan2011-05-031-135/+180
|
* Alternative way to overcome problem with address verification of CMOSIS ↵Suren A. Chilingaryan2011-04-141-24/+26
| | | | registers
* Rearrange channels to get proper imageSuren A. Chilingaryan2011-04-141-4/+20
|
* Introduce pcilib_context_t type instead pointer to voidSuren A. Chilingaryan2011-04-142-22/+22
|
* Accept timeout parameter to get_next_event callSuren A. Chilingaryan2011-04-142-3/+8
|
* Support non-callback way of getting eventsSuren A. Chilingaryan2011-04-143-1/+42
|
* Fix order of pixels, temporaly disable some checks to work with current FPGA ↵Suren A. Chilingaryan2011-04-141-9/+44
| | | | code, store raw data
* Set correct hexdecimal values of registers during IPECamera reset and ↵Suren A. Chilingaryan2011-04-131-13/+19
| | | | readout (I was setting them as decimals before)
* Support simplified mode (slow) of writting CMOSIS sensors: issue 3 writes + ↵Suren A. Chilingaryan2011-04-131-23/+84
| | | | delays and when start looking for status
* Add special CMOSIS registersSuren A. Chilingaryan2011-04-131-0/+2
|
* Small bug fix: forgot to set a flag indicating what we are startedSuren A. Chilingaryan2011-04-121-2/+6
|
* Comment out the failing registerSuren A. Chilingaryan2011-04-121-1/+1
|
* Allow access to implementation context and provide call to set size of ↵Suren A. Chilingaryan2011-04-123-2/+33
| | | | internal buffer for IPECamera
* Prototype of IPECamera image protocolSuren A. Chilingaryan2011-04-124-49/+295
|
* Infrastructure for event APISuren A. Chilingaryan2011-04-125-0/+572