Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

capture and process

Status
Not open for further replies.

kalverseihn

Programmer
Aug 22, 2002
1
UY
Hi.
I want to capture video, apply some processing to the data, and present it in real time.

I can capture and store data. Then take that file, process it and present it processed.
But I don´t know how to make it all at once, without having to save a file as an intermediate step.

If anyone can give me some advise, or sample code I´d be very grateful.

Thanks.
 
Hi, kalverseihn ,

I implemented a very simple Capturer that capture Audio from microphone, but I think it should be similar to capture Video.

I use CaptureDeviceInfo.getMediaLocator() to return a MediaLocator, then pass the MediaLocator to a processor. It works well.

Hope it will help.

Jim
 
Hi javanewer

Could you tell me how you have made you sound capture?


 
Hi
I´m very interesting in Capture Audio, but I can´t get a CaptureDeviceInfo object.What have you done to get it, javanewer?
Please, ask me it´s very important

Fran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top