root / branches / test / CCV_Select_Camera / addons / ofxCameraBase / src / ofxCameraBaseSettings.cpp @ 124

View | Annotate | Download (3.9 KB)

# Date Author Comment
133 08/16/2011 10:17 am baicaibang Get frames from DIRECTSHOW camera!
  • Use the special edition of videoInput library.
  • Modified the getDevicesCount() function and added the getDevicePath() function. (CamsUtils)
  • Implemented the directshow camera frames getter. (ofxDShow)
  • Added devicePath parameter. (ofxCameraBaseSettings)...
125 08/02/2011 01:15 pm baicaibang Cameras settings loader was implemented!
  • Added print() function (ofxCameraBaseSettings)
  • Release resources at destructor function (ofxNCoreVision)
  • Added copySettingsFromXmlSettings() function for xml setting load (CamsUtils.cpp)
124 08/02/2011 06:50 am baicaibang Implemented the cameras settings saver.
  • Update the getFeature() function (ofxPS3)
  • Added a blank image box at Camera Settings panel (MultiCams).
  • Added two functions: receiveSettingsFromCameras() and receiveSettingsFromRawSettings() (CamsUtils).
  • Changed the order of remove and add panel (ofxNCoreVision)....
122 08/02/2011 02:50 am baicaibang

Added some new features and their getters for ofxCameraBaseSettings class.

120 08/01/2011 04:06 pm baicaibang

Added StrToCameraType convert function for ofxCameraBaseSettings class.

117 07/30/2011 05:30 pm baicaibang

Backup the half-work of ofxCameraBase migration.