1. 07 Mar, 2016 1 commit
  2. 02 Mar, 2016 1 commit
  3. 01 Mar, 2016 1 commit
  4. 17 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea new param · e55a053d
      Marian Zajko authored
      - added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter
      - added acquisition resetting for paramters that require it
      e55a053d
  5. 09 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea interface update · c2165733
      Marian Zajko authored
      - fixed getProperty call definition
      - added new parameter defitions
      
      removed whitespaces
      
      Reworked enumerators to keep values from previous commit
      
      ximea enums fixes
      
      - fixed whitespaces issue
      - fixed duplicate enum values error
      
      ximea enum definitions update
      
      - fixed videioio.hpp code style
      - fixed ABI violation in enums
      - added new parameter handlers to cpp
      
      XIMEA setProperty update
      
      Added acquisition resetting to buffer size adjustment parameters.
      c2165733
  6. 06 Feb, 2016 1 commit
  7. 04 Feb, 2016 1 commit
  8. 02 Feb, 2016 1 commit
  9. 01 Feb, 2016 1 commit
    • Philippe FOUBERT's avatar
      Bug correction: · 43a1874e
      Philippe FOUBERT authored
      The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
      43a1874e
  10. 25 Jan, 2016 2 commits
  11. 12 Jan, 2016 1 commit
  12. 25 Dec, 2015 1 commit
  13. 18 Dec, 2015 2 commits
  14. 17 Dec, 2015 2 commits
  15. 09 Dec, 2015 2 commits
  16. 17 Nov, 2015 1 commit
  17. 16 Nov, 2015 1 commit
  18. 12 Nov, 2015 1 commit
  19. 10 Nov, 2015 3 commits
  20. 09 Nov, 2015 2 commits
  21. 08 Nov, 2015 7 commits
  22. 05 Nov, 2015 1 commit
    • Marian Zajko's avatar
      XIMEA adapter update · 691fb1ff
      Marian Zajko authored
      - replaced m3api/m3apiX64 binaries with latest xiapi32/xiapi64 to
      support latest camera models
      - added new parameter definitions to videoio_c.h and
      SetProperty/GetProperty calls
      - added acquisition resetting for specific parmateters in SetProperty
      call
      - added new error return value evaluators
      691fb1ff
  23. 31 Oct, 2015 1 commit
  24. 24 Oct, 2015 1 commit
  25. 23 Oct, 2015 1 commit
  26. 18 Oct, 2015 2 commits
    • Pavel Rojtberg's avatar
      cap_v4l: implement PROP_CONVERT_RGB · eac5cab5
      Pavel Rojtberg authored
      allows disabling automatic conversion to RGB for certain formats. If
      conversion is disabled the returned image just points to the underlying
      buffer, so no memcpy is performed.
      
      Note that we do not check image size in retrieve frame any more as it
      can not possibly while the device is streaming.
      Furthermore this code was disabled altogether by the wrong ifdef in the
      previous commit.
      eac5cab5
    • Pavel Rojtberg's avatar
      fix wrong ifdef bracketing · 5e62e71b
      Pavel Rojtberg authored
      in the case of HAVE_CAMV4L2 && !HAVE_CAMV4L there was no body for the if
      statement.
      5e62e71b