Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videocapture samples cleanup cpp #25349

Open
wants to merge 8 commits into
base: 5.x
Choose a base branch
from
8 changes: 4 additions & 4 deletions modules/videoio/include/opencv2/videoio.hpp
Expand Up @@ -708,12 +708,12 @@ namespace internal { class VideoCapturePrivateAccessor; }
The class provides C++ API for capturing video from cameras or for reading video files and image sequences.

Here is how the class can be used:
@include samples/cpp/videocapture_basic.cpp
@include samples/cpp/snippets/videocapture_basic.cpp

@note In @ref videoio_c "C API" the black-box structure `CvCapture` is used instead of %VideoCapture.
@note
- (C++) A basic sample on using the %VideoCapture interface can be found at
`OPENCV_SOURCE_CODE/samples/cpp/videocapture_starter.cpp`
- (C++) A basic sample on using the %VideoCapture interface with audio can be found at
`OPENCV_SOURCE_CODE/samples/cpp/videocapture_with_audio.cpp`
- (Python) A basic sample on using the %VideoCapture interface can be found at
`OPENCV_SOURCE_CODE/samples/python/video.py`
- (Python) A multi threaded video processing sample can be found at
Expand Down Expand Up @@ -991,7 +991,7 @@ class IVideoWriter;
Check @ref tutorial_video_write "the corresponding tutorial" for more details
*/

/** @example samples/cpp/videowriter_basic.cpp
/** @example samples/cpp/videowriter.cpp
An example using VideoCapture and VideoWriter class
*/

Expand Down
59 changes: 0 additions & 59 deletions samples/cpp/videocapture_audio.cpp

This file was deleted.

69 changes: 0 additions & 69 deletions samples/cpp/videocapture_audio_combination.cpp

This file was deleted.

76 changes: 0 additions & 76 deletions samples/cpp/videocapture_camera.cpp

This file was deleted.

60 changes: 0 additions & 60 deletions samples/cpp/videocapture_image_sequence.cpp

This file was deleted.

57 changes: 0 additions & 57 deletions samples/cpp/videocapture_microphone.cpp

This file was deleted.