summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ported from bzr repo to git repoHEADmasterTimo Dritschler2019-11-281-0/+0
|
* Add Michele's explanation how to find which sensor is connected to the FPGA ↵Suren A. Chilingaryan2018-11-082-0/+14
| | | | board
* Add a bit info about Desy camera and a pair of debugging scriptsSuren A. Chilingaryan2018-08-303-0/+45
|
* Fix estimation of size of UFO6 frame (works for Desy camera)Suren A. Chilingaryan2018-08-302-2/+3
|
* Added ipecamera_get_last_event_id() to public APISuren A. Chilingaryan2018-01-262-0/+4
|
* Support HighFlex-based ipecameraSuren A. Chilingaryan2017-08-164-21/+22
|
* Fix out-of-source buildSuren A. Chilingaryan2016-04-111-0/+1
|
* Fix minor error in rarely used pathSuren A. Chilingaryan2016-03-222-4/+44
|
* Use GNUInstallDirsSuren A. Chilingaryan2016-03-163-18/+8
|
* Fix requirements in spec fileSuren A. Chilingaryan2016-03-062-2/+4
|
* Build RPMSuren A. Chilingaryan2016-03-048-1/+82
|
* Update to new version of pcitoolSuren A. Chilingaryan2016-02-045-10/+16
|
* Fix some warnings and add debugging information into the buildSuren A. Chilingaryan2015-08-216-5/+17
|
* Add another workaround to handle cameras stuck in busy (disabled and untested)Suren A. Chilingaryan2015-08-142-1/+36
|
* Fix a bug causing image_broken flag to be checked before it set when ↵Suren A. Chilingaryan2015-08-141-9/+8
| | | | preprocessing was enabled
* Adjust buffer sizes to reduce memory consumption with CMOSIS20 cameraSuren A. Chilingaryan2015-08-142-5/+6
|
* Improve autotrigger testSuren A. Chilingaryan2015-08-141-3/+8
|
* More lost event debuggingSuren A. Chilingaryan2015-08-142-5/+11
|
* Improve debugging of dropped framesSuren A. Chilingaryan2015-08-131-19/+64
|
* Add few warning about problems with framesSuren A. Chilingaryan2015-08-131-2/+6
|
* Handle frame headers split between 2 packetsSuren A. Chilingaryan2015-08-123-8/+46
|
* Properly stop on SIGINT in autotrigger testSuren A. Chilingaryan2015-08-121-2/+4
|
* Use new locking subsystem to ensure integritySuren A. Chilingaryan2015-08-063-27/+126
|
* Serialize access to CMOSIS registersSuren A. Chilingaryan2015-08-053-8/+71
|
* Add handling of a bug when IPECamera producing a dublicate 16 bytes at 4096 ↵Suren A. Chilingaryan2015-08-052-1/+12
| | | | offset
* Introduce API debuggingSuren A. Chilingaryan2015-08-055-2/+34
|
* Support for new CMOSIS 20MPix cameraSuren A. Chilingaryan2015-07-238-83/+227
|
* Support registers of CMOSIS20000 cameraSuren A. Chilingaryan2015-07-224-10/+71
|
* Adjust size of frame numberSuren A. Chilingaryan2015-05-261-1/+2
|
* Increase frame buffer to prevent frame loss with new ipecamera with fast DMASuren A. Chilingaryan2015-05-261-1/+1
| | | | | | | | The hardware is able to store about 200 frames. If hardware buffer is full, the data will be sent with the speed of DMA engine. This can be faster when expected rate of 300 frames per second. It may be not possible to decode frames at such speed and unless all frames are fit into the buffer, the frame lost will occur.
* CleanupSuren A. Chilingaryan2015-05-263-12/+4
|
* Reduce frame magic to 4 dwords to handle recent hardware revisionsSuren A. Chilingaryan2015-05-261-1/+1
|
* Fix logging to latest version of pcitoolSuren A. Chilingaryan2015-05-071-1/+1
|
* Report extra padding only if IPECAMERA_DEBUG_HARDWARE is setSuren A. Chilingaryan2015-05-033-8/+32
|
* Provide version information as required by new pcilib interfaceSuren A. Chilingaryan2015-05-026-2/+71
|
* CleanupSuren A. Chilingaryan2015-05-026-139/+87
|
* Use pcitool debugging APISuren A. Chilingaryan2015-05-013-41/+39
|
* Added a small grabbing exampleSuren A. Chilingaryan2015-04-295-1/+66
|
* Simplify size tracking in the readerSuren A. Chilingaryan2015-04-284-37/+23
|
* Support CMOSIS bug resulting in missing payloadSuren A. Chilingaryan2015-04-282-3/+8
|
* Properly check for requested modelSuren A. Chilingaryan2015-04-281-1/+1
|
* Link against ufodecodeSuren A. Chilingaryan2015-04-282-4/+11
|
* First stand-alone ipecamera implementationSuren A. Chilingaryan2015-04-27132-17046/+206
|
* Check if camera still started if INFINITE timeout is passed to ↵Suren A. Chilingaryan2015-04-091-2/+2
| | | | ipecamera_get_next_event
* Do not touch READOUT flag as requested by Michele. Now we can get data from ↵Suren A. Chilingaryan2015-04-013-7/+3
| | | | DMA when camera is not grabbing
* While debugging write broken frames in individual filesSuren A. Chilingaryan2015-03-291-3/+5
|
* Fix reporting status of IPE DMA engineSuren A. Chilingaryan2015-03-291-30/+41
|
* Fix frame size computation in ipecamera and few debuging optionsSuren A. Chilingaryan2015-03-297-17/+67
|
* ipecamera hackSuren A. Chilingaryan2015-03-108-20/+31
|
* Don't bail out on empty detected if waiting for a new packetSuren A. Chilingaryan2015-03-101-1/+1
|