Can I do it only with the lti-Civil classes or I need FMJ or JMF ?
do I use the actual Stream or set of captured Images from CaptureObserver?
Thanks.
captureStream = system.openCaptureDeviceStream(info.getDeviceID());
captureStream.setObserver(new CaptureObserver(){
public void onError(CaptureStream a...
I have a web application that loads and plays content through Flash player - images, audio and video. The content is dynamic and I want to be able to allow users to save what they see as a video file, perhaps FLV. So that they can play back the original presentation, share it, upload to youtube etc.
I am thinking that this will have to...
Hi, I am trying to record a video into sdCard.
But everytime I click on the Button to record, it shows "stopped unexpectedly" error.
Not too sure where went wrong. I am not sure if setOutputFile's path is how I should indicate.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R...
Hi All,
I want to do something as follows.
When user is capturing the video from his iPhone 3G, 3GS and iphone4, he should be able to show some data on the screen which will be captured on the video it self, so when we will see the video again, he will be able to see the video along with data on screen.
Like for example we can say I ...
I have a couple of Hauppage 950Q USB tuners attached to a Linux PC (CentOS) and I want to be able to differntiate which one is which. On windows I can query the MAC of the USB tuners to accomplish this, but on Linux I am not sure how to do that because this functionality is not exposed (to my knowlege) by the video4linux API that I'm ac...
I'm capturing CGImageRef frames using UIGetScreenImage() on an iPhone 3GS 3.1.3 and want to stream this over the interwebs in any appropriate, well known format.
What video codec libraries are available that would allow me to encode the raw pixel data into a video? (i'm not too familiar with video codecs, but am familiar with network pr...
I want to write an application to video capture from web-cams in linux. Is there a python library to do that?
...
Is it possible to record a video on iPhone but with some custom sound instead of the one captured by microphone?
...
Hello,
I am trying to record video to an external SD card. However, everytime I try and acutally record the data -- I always get a java.io.FileNotFound exception. I was wondering if anyone knew of any tutorials or could help correct my code.
Here is the class in which tries to record video
public class VideoActivity extends Activity...
How do I connect two webcams to a PC? I need to grab the frames from the two webcam inputs simultaneously. What software should I use and is there any extra hardware that I will need? I prefer connecting the cameras using USB as most computers have several of these ports. Also please suggest solutions that will work in Linux. I'm using U...
Do you know any library that allows me to send from C# an encoded audio/video stream to a streaming server using RTMP or RTSP communication protocol ?
...
So, is there any way I could record video but use my own audio for it with iPhone SDK?
Thanks much for all your ideas!
...
Hi to All,
I need to record audio and video files in 3gp/mp4 format at the same file and same time.
When i run my application file is created with videofile.3gp but video does not record in sd card on the emulator.please let me clear one thing does video records on the emulator? if i run this code on android supported device do these...
Hi all,
I am curious about the new APIs for iPhone iOS: AVCapture...
Does this include a documented way to grab a screenshot of the camera preview? The doc seems a bit confusing to me, and since it is out of NDA now, I thought I would post my question here.
Many thanks,
Brett
...
I'm capturing video and converting it to a CGImage to do processing on it. It will work for a ~10 seconds, get memory warning and then crash (usually it says data formatters were temporarily unavailable). Can someone help me solve the problem?
- (void) captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferR...
Hi
we have the below code and it captured the video but not the actual video which displayed in the webcam . It only captured one third of the image like from x 100 and y 40 something like not
Could some one help to how to capture the whole image displayed in the webcam like 320*250
below is the code
import flash.geom.*;
import f...
Hi,
We want to build a high performance web based Chat server using Flash on client side and Java on the server side on Google App Engine.
We want to ignore other options like Silverlight, HTML5 for now.
Client side:
So on the client side we have Flash. We probably write some action script code to start using the web cam and posting i...
I have a windows mobile 6.1 prof application. I want to make a fake augmented reality application.
So while in the capture camera mode. I want to also be able to paint something over the camera view. is that possible?
Also if you know some dll's or API's about augmented reality (free or not) please welcome.
...
We are trying to find out any technologies/libraries available in .NET stack (even wrappers on top of 3rd party dlls) that'll help us to build an app that can
1 - Capture an image from a user's video device
2 - Upload it realtime to a server
3 - Process the video (in the server) - eg: Adding a watermark to the video
4 - Stream it back ...
I wanted to make a website that would let users record a small video message through their broswer and save it to my website.
As I have never used flash, i wanted to know what softwares would be required and what programming languages would I need? I mean, what should I go about learning to implement such a site. I would prefer open-sou...