summaryrefslogtreecommitdiffstats
path: root/ipecamera/image.c
Commit message (Collapse)AuthorAgeFilesLines
* 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