Top "Video-capture" questions

Questions related to computer oriented video capture and the programming tools and solutions for dealing with captured frames from a video.

Choosing a video codec for screen recording

I'm doing a series of tutorials by recording the screen and my voice. Just as PNG works best for screenshots, …

video compression video-capture video-encoding codec
Swift - How to record video in MP4 format with UIImagePickerController?

I am creating a app in which i need to record videos and upload it to a server. Now my …

ios swift uiimagepickercontroller video-capture
list file extensions supported by OpenCV

In OpenCV, I see imread() and VideoCapture() both take a string to a file path of multiple extensions. Is there …

c++ opencv video-capture mat
Analog video capture to Android phone

I am looking for a way of displaying an analog video stream on an android phone. On a pc/mac/…

android video-capture analog-digital-converter
Rotate VideoCapture in OpenCV on Android

How to rotate the camera when using class VideoCapture on OpenCV? (Sample Face Detection on Android). I'm rotating the canvas …

java android opencv video-capture
How to capture pygame screen?

How can I capture and save a sequence of images or a video of a pygame screen? Basically I want …

python video-capture pygame
How to record a video with avfoundation in Swift?

I am trying to figure out how to record a video using AVFoundation in Swift. I have got as far …

ios swift avfoundation video-capture
Record a video presentation from my computer

I'd like to make a presentation on my computer that records sounds and shows all the necessary mouse-clicks, and any …

video-capture presentation
How to find object on video using OpenCV

To track object on video frame, first of all I extract image frames from video and save those images to …

c++ image-processing opencv video-capture video-processing
audio and video recording errors in android

I need to record audio and video files to the 3gp/mp4 format in the same file and at the …

android video-capture audio-recording