Added get and set for extra PVAPI property: CV_CAP_PROP_FRAMESTARTTRIGGERMODE

This commit is contained in:
Nick D'Ademo
2014-01-13 22:01:09 +11:00
parent 6071671bda
commit 3cf5c0b991
2 changed files with 45 additions and 2 deletions

View File

@@ -420,8 +420,13 @@ enum
CV_CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION_ON = CV_CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION,
// Properties of cameras available through GStreamer interface
CV_CAP_GSTREAMER_QUEUE_LENGTH = 200, // default is 1
CV_CAP_PROP_PVAPI_MULTICASTIP = 300, // ip for anable multicast master mode. 0 for disable multicast
CV_CAP_GSTREAMER_QUEUE_LENGTH = 200, // default is 1
CV_CAP_PROP_PVAPI_MULTICASTIP = 300, // ip for anable multicast master mode. 0 for disable multicast
CV_CAP_PROP_FRAMESTARTTRIGGERMODE = 301, // 0: For Freerun
// 1: For SyncIn1
// 2: For SyncIn2
// 3: For Fixedrate
// 4: For Software
// Properties of cameras available through XIMEA SDK interface
CV_CAP_PROP_XI_DOWNSAMPLING = 400, // Change image resolution by binning or skipping.