1. 12 May, 2014 1 commit
  2. 01 May, 2014 1 commit
  3. 23 Apr, 2014 1 commit
  4. 21 Apr, 2014 1 commit
    • Artur Wieczorek's avatar
      Fix for issue #3645 (http://code.opencv.org/issues/3645). · f27a8863
      Artur Wieczorek authored
      Implement missing features in CvCaptureCAM_VFW class.
      
      Implemented missing CvCaptureCAM_VFW::setProperty() member function (handling CV_CAP_PROP_FRAME_WIDTH, CV_CAP_PROP_FRAME_HEIGHT, CV_CAP_PROP_FPS properties).
      Extended CvCaptureCAM_VFW::setProperty()/getProperty() functions to handle also CV_CAP_PROP_FPS property.
      Minor refactoring of CvCaptureCAM_VFW class.
      f27a8863
  5. 09 Apr, 2014 9 commits
  6. 08 Apr, 2014 2 commits
  7. 07 Apr, 2014 2 commits
  8. 04 Apr, 2014 1 commit
  9. 31 Mar, 2014 5 commits
  10. 28 Mar, 2014 4 commits
  11. 27 Mar, 2014 3 commits
  12. 26 Mar, 2014 1 commit
  13. 25 Mar, 2014 3 commits
  14. 24 Mar, 2014 3 commits
  15. 23 Mar, 2014 2 commits
  16. 21 Mar, 2014 1 commit
    • Alexander Smorkalov's avatar
      Multiple fixes in camera. · 0dba5bdc
      Alexander Smorkalov authored
      Fixed constant value for focus mode FOCUS_MODE_CONTINUES_PHOTO;
      Add setters and getters for exposure lock and white balance lock flags;
      Excluded camera restart for all setters except frame size.
      0dba5bdc