How to play audio with video in opencv?

Just to mention this to anyone looking to read Audio and Video at the same time from webcam/file. Here’s a sample/example that may help you: https://github.com/opencv/opencv/blob/4.x/samples/cpp/videocapture_audio_combination.cpp

1 Like