HomeSort by relevance Sort by last modified time
    Searched refs:CV_CAP_PROP_XI_TRG_SOURCE (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 239 CV_CAP_PROP_XI_TRG_SOURCE = 404, // Defines source of trigger.
  /external/opencv3/modules/videoio/src/
cap_ximea.cpp 269 case CV_CAP_PROP_XI_TRG_SOURCE : xiGetParamInt( hmv, XI_PRM_TRG_SOURCE, &ival); return ival;
311 case CV_CAP_PROP_XI_TRG_SOURCE : mvret = xiSetParamInt( hmv, XI_PRM_TRG_SOURCE, ival); break;
  /external/opencv3/modules/java/src/
videoio+Videoio.java 47 CV_CAP_PROP_XI_TRG_SOURCE = 404,
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 41 milliseconds