We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpVideo Capture,  Movie Playback,  Vision Libraries › Capturing without QT / not the whole Image
Page Index Toggle Pages: 1
Capturing without QT / not the whole Image (Read 456 times)
Capturing without QT / not the whole Image
Feb 19th, 2008, 3:32pm
 
Hey I got two problems:

1st:
I'm using the "video lib" for capturing a video from a DV-cam. At first sight no problem...BUT this is only working on a pc/mac with Quicktime. Later on I want my application to run on Linux/Win etc...Is it possible to capture a video with another library which doesn't use QT?

2nd: I don't want to capture the whole application, just a cutout of the whole. Is that possible too?
Re: Capturing without QT / not the whole Image
Reply #1 - Feb 20th, 2008, 9:11pm
 
Nobody? Sad
Re: Capturing without QT / not the whole Image
Reply #2 - Feb 21st, 2008, 2:11pm
 
Quote:
Nobody? Sad

sowhat? Tongue

1st:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools;action=display;num=1197475141

2nd:
i don't think so, but http://processing.org/reference/get_.html
Re: Capturing without QT / not the whole Image
Reply #3 - Feb 21st, 2008, 7:29pm
 
Woow, that's awesome.

(Sadly ^^) I'm working on a mac, but...I think I will install ubuntu soon, so this "little" problem will be although fixed ...gStreamer natively comes with the basic installation.

Yeah u helped me a lot. The only problem is now, how to crop a specific part of the applet which will be recorded.

Hm maybe I will find a solution for that!

Thx u!
Re: Capturing without QT / not the whole Image
Reply #4 - Feb 21st, 2008, 10:13pm
 
Quote:
I'm using the "video lib" for capturing a video from a DV-cam
(...)
The only problem is now, how to crop a specific part of the applet which will be recorded.

from your statements it's not clear wether you want to capture (cam->display) or record (window-content->file).
anyway, without knowing what you really want to do, i keep recommending get(x,y,width,height) for croping PImages.
Page Index Toggle Pages: 1