summaryrefslogtreecommitdiffstats
path: root/ipecamera/image.c
Commit message (Collapse)AuthorAgeFilesLines
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-121-971/+0
|
* Image frames decodingSuren A. Chilingaryan2011-12-091-45/+106
|
* Parse required event & data_typeSuren A. Chilingaryan2011-12-091-0/+4
|
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
|
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-091-36/+47
|
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
|
* new event architecture, first trialSuren A. Chilingaryan2011-12-081-415/+368
|
* Commit camera support to the latest stage before rewriteSuren A. Chilingaryan2011-10-311-32/+62
|
* Disable debuggingroot2011-07-271-1/+10
|
* Few fixes in IPE Camera coderoot2011-07-271-15/+57
|
* DMA support in IPE Cameraroot2011-07-261-27/+139
|
* Few fixes for IPE Camera modificationSuren A. Chilingaryan2011-07-191-1/+5
|
* Change timeout definition in Events API from struct timespec to pcilib_timeout_tSuren A. Chilingaryan2011-07-181-1/+1
|
* Support modifications of DMA engine and allow DMA customizations by Event engineSuren A. Chilingaryan2011-07-141-0/+15
|
* A bit of renamingSuren A. Chilingaryan2011-07-061-2/+2
|
* Enumerate DMA enginesroot2011-06-171-1/+1
|
* New reset routineroot2011-06-161-3/+3
|
* Move to new FPGA designroot2011-06-161-3/+8
|
* Multiline grabbingSuren A. Chilingaryan2011-05-031-135/+180
|
* Rearrange channels to get proper imageSuren A. Chilingaryan2011-04-141-4/+20
|
* Introduce pcilib_context_t type instead pointer to voidSuren A. Chilingaryan2011-04-141-13/+13
|
* Accept timeout parameter to get_next_event callSuren A. Chilingaryan2011-04-141-2/+7
|
* Support non-callback way of getting eventsSuren A. Chilingaryan2011-04-141-1/+39
|
* 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)
* Small bug fix: forgot to set a flag indicating what we are startedSuren A. Chilingaryan2011-04-121-2/+6
|
* Allow access to implementation context and provide call to set size of ↵Suren A. Chilingaryan2011-04-121-0/+28
| | | | internal buffer for IPECamera
* Prototype of IPECamera image protocolSuren A. Chilingaryan2011-04-121-48/+270
|
* Infrastructure for event APISuren A. Chilingaryan2011-04-121-0/+287