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

learn more… | top users | synonyms

0
votes
0answers
18 views

DirectShow Capture Source and FFMPEG

I have an AJA Capture card. The drivers installed with the card include some DirectShow filter. If I pop the filter into GraphEdit I see this: and if I run the ffmpeg command ffmpeg -f dshow ...
0
votes
1answer
23 views

error video capturing android app

I have created this Android App: MainActivity.java: package com.example.provavideocapture; import android.os.Bundle; import android.app.Activity; public class MainActivity extends Activity { ...
-2
votes
1answer
21 views

How Do I Embed Live Video From My Webcam (At the server) to A Website I am locally Hosting? [closed]

Off the top of my head, at the highest logic level with no foundation, I suppose I would create a C++ application that uses the win32 api to capture the images. And that application would print out ...
0
votes
0answers
20 views

SmartTee filter and saving to file

How can I render video stream from webcam to file if I use smart tee filter? So I add SmartTee filter and get something like that: Capture filter | SmartTee filter | | ...
0
votes
0answers
26 views

An unhandled exception of type 'System.AccessViolationException' EmguCV

I'm getting "An unhandled exception of type 'System.AccessViolationException'as given below in my code. The video file I have given is 91 MB of size and my RAM is 4 GB (OS - Windows 32 bit) An ...
-1
votes
0answers
19 views

Apache Cordova 2.6 Android Record low quality videos [closed]

I'm using the apache cordova's options to record and upload videos from samsung galaxy tab 10.1. I have a problem, a small video it's too heavy... I want to record video in low quality in the same ...
0
votes
0answers
15 views

Playing 24bits video with HTML5

I recorded my screen with CamStudio and the Camstudio lossless codec. I encoded my avi file to mp4 (h264). My resulted video ( mp4) use color 4:4:4 (24bpp color). If I try to embedd in a html ...
0
votes
0answers
30 views

How to make a video stream from a byte array in Android

I'd like to take a byte array stream (of images) of frames an turn in into a video stream (so in turn I could output it to a file). How could I do that? P.S - the byte array will come from an ...
1
vote
0answers
23 views

How to make a video from frames in Android

I have an app that uses some image processing on the video stream. For each frame I capture from the camera, I send the frame to my code (NDK) and get a byte array back with the frame processed. I ...
0
votes
0answers
11 views

EmguCv writing a “header frame” to an avi file

I want to create an encrypted video by encrypting all frames taken from camera. But first i want to add a header to the video in a form of an image. So, before staring grabbing images from camera I am ...
-2
votes
0answers
32 views

Use iPhone as a USB webcamera [closed]

So, I've seen many posts on how to use an iPhone/iPod as a wireless webcam. I know it is possible to send data over the standard 30-pin dock connector and I was wondering if there is any app that ...
0
votes
1answer
24 views

Can't record S-Video with avconv

I've been trying to record feed from my S-Video cable using avconv. I am able to record composite video with avconv, but the quality isn't the best. To set the input, I use v4l2-ctl -i $n, where $n ...
0
votes
0answers
14 views

How to synchronize separate free-running hardware timestamp components?

I am working with an API from a chinese video compression board that is somewhat 'unfriendly'. In each video frame buffer that comes back from the driver, there is a video timestamp. However, the ...
-1
votes
3answers
50 views

Capture a video of 10 seconds length and upload it to server using ASIHTTPRequest

I need to capture a video which will be maximum length of 10 seconds, and also need to upload it to server using ASIHttpRequest, how do I do that?
-3
votes
0answers
33 views

How can I capture video and audio from my users, and save that to my database? [closed]

How can I capture video and audio from my users, and save that to my database using jQuery video options (or any other source)? I use ASP.NET MVC, and I don't want to use Flash.
0
votes
0answers
31 views

save video that i play on MPMoviePlayerViewController [closed]

I am trying to make an iOS app that let the user show an live stream from internet , and allow him to record the video on custom duration he want. I use following code to play the video: NSURL *r = ...
2
votes
0answers
56 views

API for C++ Video Chat over LAN [closed]

i am going to develop a LAN based Chat Application in C++ Features will be Simple Instant Messaging, Audio chat, video chat & File Transfer. I am done with IM & i am using Boost Threads for ...
1
vote
0answers
14 views

Webcam video recorder with resumable uploader

I am developing a website in which video recording is the core feature. We would ideally want video recording to continue even if internet connection goes down. If user is recording the video and ...
0
votes
1answer
56 views

What is the best Library/SDK for Realtime 4k video Encoding?

My requirement is create a encoded video from raw frames in atleast 4k resolution. Presently I am recording videos @1080p using libavcodec (H.264, MPEG4). What will be the best solution for recording ...
1
vote
1answer
41 views

video call application in iphone sdk without opentok or VOIP

I want to create the video application without using VOIP or opentok. Is it possible that i take the space in the dedicated server and transfer the bytes between two devices and can create the ...
1
vote
0answers
41 views

Pausing Video Record in iphone

in my iphone app,I am recording video using UIImagePickerController. I am recording and stoping like this [VideoRecorder startVideoCapture]; //Starting Video Record [VideoRecorder ...
0
votes
0answers
19 views

Capturing live A/V stream from local source and control from browser

I need to capture a live A/V stream from a local source (cam, webcam, ...) to disk, and possibly to broadcast it on HTTP. My target OS will be Win* :-(, but a solution for Linux would be welcome, too ...
0
votes
0answers
39 views

How to close full screen video capture intent programmatically in Android

If I start a Media Capture activity (For eg: Video capture) is there a way to close this window programmatically? Intent takeVideoIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); ...
-2
votes
2answers
81 views

Building a video capture app on Android [closed]

I have to develop an Android app that captures a video stream and then gives the possibility to access every single frame of the same video. I would like to create a custom application, that doesn't ...
0
votes
0answers
55 views

Stop capturing the webcam without freezing in AS3

Im developing an application in AS3 wich captures the webcam images. When this part is finished i simply remove the webcam and all works very well. But sometimes when i remove it, the application ...
0
votes
1answer
128 views

How to create a BitmapImage from a pixel byte array (live video display)

I need to display live images on a WPF control. I'm looking for the fastest way to do this using WPF. I'm capturing images from a camera using its dll API (AVT). The image is writen by the dll and ...
1
vote
1answer
32 views

Python Memory leak when accessing GetCurrentImage() from DirectShow comtype

I have to debug someone elses code that has a memory leak. It uses up all the RAM and then eventually crashes (at a rate of 4Mb/s). I isolated it down to a call that grabs a screen shot of a video ...
0
votes
0answers
57 views

What method should I use to track a moving object with a moving camera (using resources of RaspberryPi)

I'm playing around with motion detection through a webcam connected to RaspberryPi using OpenCV and cvBlob in C++. I want to kick it up a notch and make a robot that detects and tracks movement ...
2
votes
2answers
95 views

Logitech quickcam pro 9000 Bayer capture with openCV

I'm trying to capture the raw data of the logitech pro 9000 (eg. the so called Bayer pattern). This can be achieved by using the so called bayer application, that can be found floating over the ...
0
votes
1answer
78 views

How can I capture low resolution video on Android reliably across a range of devices?

Hello Android video experts :) I am developing an Android application which allows the user to capture video and upload it to a remote server (it's more involved than that but the rest of the app is ...
0
votes
0answers
21 views

Android - Stop video capture Intent while recording

How to interrupt the video_capture Intent programatically while recording. Intent videoIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); startActivityForResult(videoIntent, VIDEO_REQUEST); ...
0
votes
0answers
36 views

Making a Video Player for iOS which won't eat memory or display horrible video frames

I have been tasked with making a video capture and playback solution for iPads which will not have the benefit of a constant internet connection. We want this to be cross-platform and I know Flex well ...
0
votes
0answers
37 views

Get video thumbnail from external URL

I'm wondering what's the best practice to get thumbnails of videos on an external URL, i.e. HTTP videos that can be streamed. I've tried using ThumbnailUtils.createVideoThumbnail(), and that works ...
1
vote
1answer
54 views

Android device doesn't capture video in low quality on Jelly Bean 4.2.2

It seems that even after I am setting the video recorder profile to low, the video is in the highest quality. Here is my code : camera.setDisplayOrientation(90); camera.unlock(); ...
0
votes
0answers
31 views

Video capture Intent works partly on different devices

i try to capture video with Intent. Here is the code: Intent videoIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); Uri fileUri = Uri.fromFile(new ...
-5
votes
1answer
34 views

Extracting all frames in a video file using c only [closed]

I want to extract all frames from a video file in my project. Do i have to use some specific header files or can i do it using simple c? Also can i get a simple code for it (or at least a source ...
0
votes
3answers
122 views

How to save image and video captured from camera in App internal memory only in Android?

I am working on a project where I need to save images and videos in application internal memory only (not in SDCard or device Gallery). I am using below code. But this also save the image/video to ...
-1
votes
0answers
39 views

OpenCV VideoReader_GPU stops before end of file

I'm trying to read/decode a video using cv::gpu::VideoReader_GPU but it reads only about 80% of the video and stops. I've tried with different video formats and sizes, but the problem is the same. ...
0
votes
1answer
92 views

DirectShowLib-2005 easycap USB 2.0 interfacing with sony handycam image capture issue

I have sony handycam attached to Easycap USB 2.0 and I am using DirectShowLib-2005 for image capturing. The source code of the Capture class is below: public Capture(int iDeviceNum, int iWidth, ...
0
votes
1answer
81 views

C#: get web camera name for FFmpeg

In my C# app I'm using FFmpeg to stream desktop and it works fine. I also want FFmpeg to publish video from web camera. The problem is, that when I use desktop as input, device name parameter is ...
9
votes
2answers
152 views

Memory leak in webcam code [closed]

Ok, I've been trying to do something specific with video feed from a webcam. I have a Lumenera Infinity 2 microscope that I am trying to pull feed from, and want to be able to modify the feed as it ...
2
votes
0answers
194 views

Change video format .MOV to .mp4 in ios6

I want to convert .MOV to .mp4 . When i record video from iPhone camera it will automatically record in .MOV format. Which is can not play in android os . Now i want to convert this format in to .mp4 ...
-1
votes
1answer
66 views

Just Capture image from Microsoft Lifecam

I've already searched a lot and Asked a question about capturing image from LifeCam which always ends up to OpenCV or DirectShow. But what does Microsoft itself do in Lync? I currently have Lync ...
0
votes
1answer
74 views

Add custom button on video player

Is it possible to add my own button on the video player of iOS. I would like to have a button that will pause the video and screen capture the current frame of the paused video. I believe that playing ...
0
votes
1answer
29 views

Get/set video resolution when capturing image

I'm capturing images from my webcam with some code that mainly bases on this: Using the Sample Grabber. Here I only get the default resolution of 640x480 while the connected camera is able to show ...
0
votes
0answers
534 views

Capture slow motion videos in Android

I need to capture slow motion videos in Android. I tried the MediaRecorder and I set a higher frame rate using setVideoFrameRate() method. But it doesn't capture slow motion videos in that frame rate. ...
0
votes
1answer
90 views

Video capture application won't work with DirectShow-compatible device

I developed a video capture application in C++ with Qt on Windows 7, using the videoInput library (which uses DirectShow). My application works fine with all the devices I previously tried (some ...
0
votes
1answer
51 views

Capturing And Sending Video on Java with Jitsi Library

I'm trying to develop a video chat app on java. I found libjitsi, it uses native libraries. There are two example codes which called AVTransmit2 and AVReceive2 (if you want to look: ...
5
votes
2answers
364 views

MediaRecorder.stop() stop failed: -1007

I am recording video with MediaRecorder. My code works fine on 2.3.3 but fails on 4.0.3. The issue is following: the code mediaRecorder.stop() throws the RuntimeExeption java.lang.RuntimeException: ...
0
votes
3answers
86 views

How to capture a video in android?

I am trying to capture a video in android, but I am unable to capture it. Though my code is creating the 3gp file but I am not able to play it back. Do I have some issues with the encoding? ...

1 2 3 4 5 17