File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
modules/cudacodec/include/opencv2 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ class CV_EXPORTS_W VideoReader
354354 /* * @brief Grabs, decodes and returns the next video frame.
355355
356356 @param [out] frame The video frame.
357+ @param stream Stream for the asynchronous version.
357358 @return `false` if no frames have been grabbed.
358359
359360 If no frames have been grabbed (there are no more frames in video file), the methods return false.
@@ -367,6 +368,7 @@ class CV_EXPORTS_W VideoReader
367368
368369 /* * @brief Grabs the next frame from the video source.
369370
371+ @param stream Stream for the asynchronous version.
370372 @return `true` (non-zero) in the case of success.
371373
372374 The method/function grabs the next frame from video file or camera and returns true (non-zero) in
You can’t perform that action at this time.
0 commit comments