summaryrefslogtreecommitdiff
path: root/ipecamera
AgeCommit message (Collapse)Author
2015-04-20Big redign of model structuresSuren A. Chilingaryan
2014-12-19Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan
2014-04-03Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan
allocations and mapping memory regions reserved with memmap boot option
2014-02-22Use seqnum from the frame headerSuren A. Chilingaryan
2014-02-22Provide offset header in the cameraSuren A. Chilingaryan
2014-02-22Add frame-reject registers to IPECamera modelSuren A. Chilingaryan
2014-01-28Properly support triggering with new revision of UFO cameraSuren A. Chilingaryan
2014-01-28Support new revision of UFO cameras...Suren A. Chilingaryan
2013-09-05I have no clue how to properly write switch statements.... Fixed.Suren A. Chilingaryan
2013-07-26Change default BUGs configuration of the IPE CameraSuren A. Chilingaryan
2013-07-16Support 4MPix sensor in IPECameraSuren A. Chilingaryan
2013-06-20Multipage DMA tests for XilinxSuren A. Chilingaryan
2013-03-26Fix lock-up under the frame-flood, when the frame rate is significantly ↵Suren A. Chilingaryan
faster than processing
2013-03-18In ipecamera_stop wait until streaming user-thread is terminatedSuren A. Chilingaryan
2012-10-23Handle broken frames in ipecameraSuren A. Chilingaryan
2012-10-23Consider RESERVE_BUFFERS while computing buffer size required for ipecamera ↵Suren A. Chilingaryan
fast reject
2012-10-23More fixes to frame separation in multiframe mode; debugging modeSuren A. Chilingaryan
2012-10-23Fix splitting of frames in case of MULTIFRAME_PACKETS camera bugSuren A. Chilingaryan
2012-10-23Fix re-computation of first processable frame_idSuren A. Chilingaryan
2012-10-22Skip non-informative packets on DMASuren A. Chilingaryan
2012-10-20For the sake of FR-revision, don't clean DMA before recording and always set ↵Suren A. Chilingaryan
frame height to 1088
2012-10-19Detect firmware version during initializationSuren A. Chilingaryan
2012-10-09Merge fixes to build systemSuren A. Chilingaryan
2012-10-09Support both UFO4 and UFO5 frame formatsSuren A. Chilingaryan
2012-08-18Fixes building in non-standard dirsSuren A. Chilingaryan
2012-07-27Check for free space in camera DDR buffer before triggering eventSuren A. Chilingaryan
2012-07-27Bail out from ipecamera_get_next_event if camera is stopped during the waitSuren A. Chilingaryan
2012-07-26Fix temperature register of ipecamera and prepend all cmosis registers with ↵Suren A. Chilingaryan
_cmosis prefix
2012-07-24Pass through the ipecamera metadataSuren A. Chilingaryan
2012-07-24Support 12-bit modesSuren A. Chilingaryan
2012-07-24Support for new ufodecode and updated register model in ipecameraSuren A. Chilingaryan
2012-07-05Minor fix for frame partitioningSuren A. Chilingaryan
2012-07-05Remove invalid definitions of IPECAMERA_IMAGE_CSuren A. Chilingaryan
2012-07-05UFO5 size estimationSuren A. Chilingaryan
2012-07-04MergeSuren A. Chilingaryan
2012-07-04Fix pcitool.h includesSuren A. Chilingaryan
2012-04-19Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes)Suren A. Chilingaryan
2012-02-02Support infinite timeouts in the get_next_frameSuren A. Chilingaryan
2011-12-13Do not call the normall callback in the raw-data-only modeSuren A. Chilingaryan
2011-12-13Send padding data to rawdata_callbackSuren A. Chilingaryan
2011-12-13Add install targets to cmakeSuren A. Chilingaryan
2011-12-12Stop reader thread on pcilib_stopSuren A. Chilingaryan
2011-12-12Verbose grabbing modeSuren A. Chilingaryan
2011-12-12Allow to configure the number of preprocessing threadsSuren A. Chilingaryan
2011-12-12Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan
2011-12-12In preprocessing mode, announce the events only after reconstruction is doneSuren A. Chilingaryan
2011-12-12Minor fixes and improvementsSuren A. Chilingaryan
2011-12-12Declare volatile differentlySuren A. Chilingaryan
2011-12-12Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan
2011-12-12multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan