1. 01 Nov, 2015 1 commit
  2. 31 Oct, 2015 3 commits
  3. 30 Oct, 2015 1 commit
  4. 29 Oct, 2015 1 commit
  5. 26 Oct, 2015 1 commit
  6. 25 Oct, 2015 1 commit
  7. 24 Oct, 2015 3 commits
  8. 23 Oct, 2015 6 commits
  9. 22 Oct, 2015 7 commits
  10. 21 Oct, 2015 6 commits
  11. 20 Oct, 2015 3 commits
  12. 19 Oct, 2015 4 commits
  13. 18 Oct, 2015 3 commits
    • Suleyman TURKMEN's avatar
      Update imgproc.hpp · 51e687f7
      Suleyman TURKMEN authored
      51e687f7
    • 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