Commit 75b80e5d authored by Nick D'Ademo's avatar Nick D'Ademo

Added missing comma in enum.

parent 25870fa6
...@@ -385,8 +385,8 @@ enum { CAP_PROP_GSTREAMER_QUEUE_LENGTH = 200 // default is 1 ...@@ -385,8 +385,8 @@ enum { CAP_PROP_GSTREAMER_QUEUE_LENGTH = 200 // default is 1
// PVAPI // PVAPI
enum { CAP_PROP_PVAPI_MULTICASTIP = 300 // ip for anable multicast master mode. 0 for disable multicast enum { CAP_PROP_PVAPI_MULTICASTIP = 300, // ip for anable multicast master mode. 0 for disable multicast
CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE = 301 // FrameStartTriggerMode: Determines how a frame is initiated CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE = 301 // FrameStartTriggerMode: Determines how a frame is initiated
}; };
// PVAPI: FrameStartTriggerMode // PVAPI: FrameStartTriggerMode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment