1. 16 Aug, 2015 1 commit
    • Ilya Lavrenov's avatar
      repaired gstreamer camera capture: · dbd7912b
      Ilya Lavrenov authored
      1. Enabled property retrieval: height, width, FPS
      2. Fixed issue when isOpened returns always true even for non-existing devices
      3. Ability to work with non-0 device. Camera capture index is taken into account
      dbd7912b
  2. 24 Sep, 2014 1 commit
  3. 13 Dec, 2013 1 commit
  4. 29 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      VideoCapture: copy the captured frame, to avoid dangling Mats · d6a7a6d5
      Roman Donchenko authored
      Previously, VideoCapture::retrieve would return a Mat that referenced
      the internal IplImage. Since the latter is rewritten every time a
      frame is captured, it means that if the user captures two frames in a row,
      the first frame would reference nothing. Similar if a user captures a frame,
      then destroys the VideoCapture instance.
      
      Note that the other branch of the if isn't affected, since flip allocates
      a new Mat.
      d6a7a6d5
  5. 14 Aug, 2013 2 commits
  6. 11 Jul, 2013 1 commit
  7. 09 Jul, 2013 1 commit
  8. 25 Jun, 2013 1 commit
  9. 24 Jun, 2013 3 commits
  10. 03 Apr, 2013 1 commit
  11. 27 Mar, 2013 1 commit
  12. 20 Mar, 2013 1 commit
  13. 13 Mar, 2013 1 commit
  14. 28 Jan, 2013 2 commits
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 2 of 3 · 681ffd9a
      Patrick Welche authored
      * Decouple Video4Linux2 support from Video4Linux as existence of
        v4l2 on a system does not imply support for v4l.
      * Don't use V4L's struct video_window in V4L2 code.
      * Removed __USE_GNU as comment says:
            /* support for MJPEG is only available with libjpeg and gcc,
               because it's use libjepg and fmemopen()
        so replace with test for fmemopen() if found necessary.
      681ffd9a
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 1 of 3 · d90b8d61
      Patrick Welche authored
      The video(4) driver provides a Video4Linux2 compatible API for
      various video peripherals. This patch propagates HAVE_VIDEOIO if
      the sys/videoio.h include file is found, which is the signature of
      video(4).
      d90b8d61
  15. 19 Nov, 2012 1 commit
  16. 17 Oct, 2012 1 commit
  17. 12 Oct, 2012 1 commit
  18. 07 Sep, 2012 2 commits
  19. 15 Jun, 2012 1 commit
  20. 12 Jun, 2012 1 commit
  21. 07 Jun, 2012 1 commit
  22. 01 Jun, 2012 2 commits
  23. 22 May, 2012 1 commit
  24. 05 May, 2012 1 commit
  25. 30 Apr, 2012 1 commit
  26. 18 Apr, 2012 2 commits
  27. 13 Apr, 2012 1 commit
  28. 09 Apr, 2012 1 commit
  29. 21 Mar, 2012 1 commit
  30. 16 Mar, 2012 1 commit
  31. 24 Aug, 2011 1 commit
  32. 23 Aug, 2011 1 commit
  33. 15 Aug, 2011 1 commit