HomeSort by relevance Sort by last modified time
    Searched full:dc1394 (Results 1 - 6 of 6) sorted by null

  /external/opencv3/cmake/
OpenCVFindLibsVideo.cmake 114 # --- Dc1394 ---
121 find_path(DC1394_2_INCLUDE_PATH "/dc1394/dc1394.h"
123 DOC "The path to DC1394 2.x headers")
126 set(DC1394_2_LIB_DIR "${DC1394_2_INCLUDE_PATH}/../lib" CACHE PATH "Full path of DC1394 2.x library directory")
  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 58 #include <dc1394/dc1394.h>
195 static CvDC1394 dc1394; variable
454 FD_SET(dc1394_capture_get_fileno(dcCam), &dc1394.camFds);
480 if (!dc1394.dc)
483 err = dc1394_camera_enumerate(dc1394.dc, &cameraList);
488 dcCam = dc1394_camera_new(dc1394.dc, guid);
513 if (fileno>=0 && FD_ISSET(fileno, &dc1394.camFds))
514 FD_CLR(fileno, &dc1394.camFds);
    [all...]
cap_dc1394.cpp 8 Tested on 2.4.19 with 1394, video1394, v4l, dc1394 and raw1394 support
19 Install dc1394 raw1394 - coriander should work with your camera
48 Support added for setting MODE and other DC1394 properties. Also added CONVERT_RGB flag
150 int buffer_is_writeable; // indicates whether frame.imageData is allocated by OpenCV or DC1394
614 // Setup camera to use given dc1394 mode
774 // function to set camera properties using dc1394 feature enum
    [all...]
  /external/opencv3/modules/videoio/include/opencv2/
videoio.hpp 96 // generic properties (based on DC1394 properties)
118 CAP_PROP_AUTO_EXPOSURE =21, // DC1394: exposure control done by camera, user can adjust refernce level using this feature
146 // DC1394 only
506 by DC1394 v 2.x backend currently)
536 by DC1394 v 2.x backend currently)
  /external/opencv3/doc/py_tutorials/py_setup/py_setup_in_fedora/
py_setup_in_fedora.markdown 182 -- DC1394 2.x: YES (ver 2.2.0)
  /external/opencv3/
CMakeLists.txt     [all...]

Completed in 510 milliseconds