- 20 Feb, 2021 1 commit
-
-
operator for beamline authored
-
- 06 Jan, 2015 2 commits
-
-
Sebastien Petitdemange authored
Added namespace in #include lines for lima core files and for camera simulator and meta chained namespace replacement with processlib script Add processlib include namespace in core files Add processlib include namespace in camera meta and simulator Fixed install processlib include path Add processlib and lima include namespace into cameras files
-
Sebastien Petitdemange authored
-
- 30 Jul, 2013 1 commit
-
-
Sebastien Petitdemange authored
-
- 10 Jan, 2013 1 commit
-
-
Sebastien Petitdemange authored
-
- 05 Mar, 2012 1 commit
-
-
Sebastien Petitdemange authored
-
- 28 Feb, 2012 1 commit
-
-
Alejandro Homs Puron authored
virtual destructors to avoid compiler warnings * Renamed SoftBufferCtrlMgr helper class to SoftBufferCtrlObj; created SoftBufferCtrlObj::Sync::BufferList type name. * Updated SoftBufferCtrlObj usage in HwVideoCtrlObj, and in Simulator, Basler, Prosilica, PCO, Mythen and RoperScientific plugins * Removed unused Mythen and RoperScientific BufferCtrlObjs; using (good) Camera SoftBufferCtrlObj in Interface::reset * Added HwBufferCtrlObj::Callback virtual destructor; moved virtual HwBufferMgr/CtrlObj methods outside class declaration * Started generic Event interface for asynchronous notification, including: + basic info: layer, severity, domain, code and description + timestamps: absolute and relative to the last acq. start + simple structure based on one event callback and one generator + debug infrastructure support + new HwCap::Event and corresponding HwEventCtrlObj callback generator + basic CtEvent support: abort acq. on fatal or error events, user can either retrieve the events (C++) or register to event callbacks + current Event::Code is based on CtControl::ErrorCode/CameraErrorCode * Implemented DebProxy copy constructor, necessary for DEB_HWEVENT * Protect CtAcquisition against invalid nb. of stripe concat. frames * Allow Live acq. in stripe concat. mode; use default (16) nb. of buffers * Verify HwFrameCallback return code, given by control layer during preliminary frame processing, to abort Espia acquisition from callback * Added EventCallback support to Espia::Acq, notifing Espia callback errors, in particular buffer overrun conditions * Implemented Frelon EventCtrlObj, redirecting EventCallbacks from Espia::Acq * Using Frelon TimeUnit (Z) register to properly handle ShutterCloseTime and LatencyTime, which before were (mistakenly) assumed to be in Milliseconds * Verify Frelon model before issuing SPB2-specific commands (ConfigHD, HTD) * Using DEB_HEX() when displaying Frelon available modes (CMA) * Removed manual stopAcq when AcqFault is found in FrelonTacoAcq::getState * Set a valid nb_concat_frames when configuring a Live (endless) FrelonTacoAcq in StripeConcat mode * Updated Frelon, Maxipix & Focla DetInfoCtrlObj to support rectangular pixel sizes
-
- 24 Jun, 2011 1 commit
-
-
Florent Langlois authored
-
- 20 Jan, 2011 1 commit
-
-
Laurent Claustre authored
-
- 12 Jan, 2011 1 commit
-
-
Sebastien Petitdemange authored
- introduce files VideoUtils - one step further to CtVideo
-
- 04 Jan, 2011 1 commit
-
-
Sebastien Petitdemange authored
-
- 20 Dec, 2010 1 commit
-
-
Sebastien Petitdemange authored
first version of LibSimulator for Windows
-
- 17 Dec, 2010 1 commit
-
-
Sebastien Petitdemange authored
-
- 11 Oct, 2010 1 commit
-
-
Alejandro Homs Puron authored
updated Simulator, Focla, Frelon and Maxipix * Added HwShutterCtrlObj::checkMode * Implemented Frelon::ShutterCtrlObj using Camera::set/getShutMode
-
- 09 Feb, 2010 1 commit
-
-
seb authored
- managed transformation for HwCap from Python -> C++ git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@231 45c4679d-1946-429d-baad-37912b19538b
-
- 16 Nov, 2009 1 commit
-
-
ahoms authored
* fixed some object dependency problems in Makefiles * added Flip class in SizeUtils, used by Frelon::Camera * added HwFlipCtrlObj and Frelon::FlipControlObj git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@189 45c4679d-1946-429d-baad-37912b19538b
-
- 11 Aug, 2009 1 commit
-
-
ahoms authored
* implemented frame accumulation (callbacks) in BufferCtrlMgr * added HwRoiCtrlObj, implemented Frelon Rois * using SoftRoi processlib task in testfreloninterface * moved checkBin to Frelon::Camera * added Roi-of-Roi (subRoi) management * fixed and added new sip files; first full lima module in Python * implemented some missing functions (HwShutterCtrlObj, BufferSave) * added LimaConvertor.h with HwCap to CtrlObj conversion * added global build directory with liblima.so; compiling code with -fPIC * added HwFrameInfo::isValid method git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@110 45c4679d-1946-429d-baad-37912b19538b
-
- 02 Jun, 2009 1 commit
-
-
ahoms authored
* added Size and Roi alignment methods * added FrameBuilder and Simulator checkBin, raise an exception if setBin is not valid * using FrameBuilder getMaxImageSize * added HwBinCtrlObj and the corresponding SimuBinCtrlObj git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@47 45c4679d-1946-429d-baad-37912b19538b
-
- 29 May, 2009 1 commit
-
-
ahoms authored
* added ostream& operator << for classes in SizeUtils, Constants, HwFrameInfo * added testsimuhwinterface using generic HwInterface only * fixed bug in SimuDetInfoCtrlObj that swapping Max/DetectorImageSize git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@45 45c4679d-1946-429d-baad-37912b19538b
-
- 28 May, 2009 1 commit
-
-
ahoms authored
* introduced Concat/Acc acq modes in BufferCtrlMgr (not implemented yet) * added Simulator latency time; fixed getMax/DectectorImageSize * added Simulator Buffer & Sync control objects * implemented SimuHwInterface reset, start/stopAcq and getStatus git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@43 45c4679d-1946-429d-baad-37912b19538b
-
- 18 May, 2009 1 commit
-
-
ahoms authored
* started Simulator main object and interfaces git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@24 45c4679d-1946-429d-baad-37912b19538b
-
- 14 May, 2009 1 commit
-
-
ahoms authored
* moved FrameInfo outside of HwFrameCallback * progressed in the BufferMgr class structure * created Shutter hw capability with functions from Sync git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@20 45c4679d-1946-429d-baad-37912b19538b
-
- 06 May, 2009 1 commit
-
-
ahoms authored
* Added more Hardware feature control objects git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@7 45c4679d-1946-429d-baad-37912b19538b
-
- 28 Apr, 2009 1 commit
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@4 45c4679d-1946-429d-baad-37912b19538b
-
- 23 Apr, 2009 1 commit
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@3 45c4679d-1946-429d-baad-37912b19538b
-