summaryrefslogtreecommitdiffstats
Commit message (Expand)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 b...Suren A. Chilingaryan2018-11-082-0/+14
* 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 preproce...Suren A. Chilingaryan2015-08-141-9/+8
* 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 o...Suren A. Chilingaryan2015-08-052-1/+12
* 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
* 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 ipecamera_get_...Suren A. Chilingaryan2015-04-091-2/+2
* Do not touch READOUT flag as requested by Michele. Now we can get data from D...Suren A. Chilingaryan2015-04-013-7/+3
* 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