Author Message

Search found 242 matches

Search term used: video capture Search these results:
Forum: general discussion   Topic: Frame Grabbers for OS X
Post subject: Frame Grabbers for OS X
Posted: Tue Aug 31, 2010 4:41 pm 
Replies: 0
Views: 11
Hi All, I was wondering what some of you use for analog video capture in OF + OS X. I've been using an Imaging Source firewire framegrabber (the DFG/1394-1e) ...
Forum: advanced   Topic: high framerate capture to disk
Posted: Thu Aug 26, 2010 7:06 am 
Replies: 12
Views: 384
... tested the timestamps of when frames are returned using my own threaded video grabber: http://code.google.com/p/structured-light/source/browse/trunk/OpenFrameworks/apps/structuredLight/capture/src/ofxThreadedVideoGrabber.h And I'm sure the driver doesn't drop frames. There ...
Forum: advanced   Topic: high framerate capture to disk
Posted: Thu Aug 26, 2010 6:06 am 
Replies: 12
Views: 384
... the recording software is fast enough, you may have problems with the driver dropping frames before the software even sees it. Here's my threaded video saver, it's pretty messy and has support for multiple video channels at once which you probably don't need. threadedVidSaver.h.zip I just tested ...
Forum: advanced   Topic: high framerate capture to disk
Posted: Thu Aug 26, 2010 5:00 am 
Replies: 12
Views: 384
... wasn't absolutely necessary, but it was important to me to automate the capture. I could have made some call to the command line to capture a video I suppose. The main reason I was looking at this problem (high FPS capture to disk) is ...
Forum: advanced   Topic: high framerate capture to disk
Posted: Thu Aug 26, 2010 4:38 am 
Replies: 12
Views: 384
... Kyle, Is there any reason you can't just use vlc or amCap to save the video? I was also going to write a simple webcam video saver, but then I realized I could just use an existing program, I was able to capture 320x240@125 with no problems using guvcview. I'm not sure if there is ...
Forum: advanced   Topic: video grabber
Post subject: video grabber
Posted: Sun Aug 22, 2010 12:42 pm 
Replies: 2
Views: 57
... Somes of that apps don't work any more : When i start the apps using a video grabber I got new outputs after the callback setting : "err_printf ... Finally, i got the output "SETUP : Device is setup and ready to capture" but the drawn video is nothing than a black picture. I got ...
Forum: beginners   Topic: Using 2x PS3Eye on OS X and a few other questions.
Posted: Thu Aug 19, 2010 5:57 pm 
Replies: 4
Views: 73
... one, so it moved on and grabbed from my iSight. So I had in fact 2 video stream. From one PS3Eye and from my iSight. So my first question is: ... 2. I saw that Theo was modifying the source code of macam to be able to capture with different frame rates and have more control of the camera under ...
Forum: beginners   Topic: Video Grabbing Resolution
Posted: Sun Aug 15, 2010 1:53 pm 
Replies: 1
Views: 72
... other programs. e.g. this simple processing sketch... import processing.video.*; Capture cam; void setup() { size(720, 576); cam= new Capture(this, 720, 576); } void draw() ...
Forum: x-code   Topic: latest xcode - (w/Phone sdk beta 3) - breaks openframeworks
Posted: Fri Aug 13, 2010 12:15 am 
Replies: 29
Views: 4238
... I still dont know what causes this function to work properly if no video capture device is available and breaks it otherwise. My solution is this: In ofQtUtils.h I ...
Forum: advanced   Topic: fbo > ofImage > save to file
Posted: Mon Jul 12, 2010 2:33 pm 
Replies: 13
Views: 496
I just ran into a similar problem trying to save an image sequence for video capture. I was getting the buffer problem where I would see bits of past frames in the current ...
Forum: advanced   Topic: multiple video at the same time. How to get better perf ?
Posted: Thu Jul 08, 2010 1:24 pm 
Replies: 15
Views: 519
... order to understand how to mix obj-c and c++. I put together a simple video player in obj-c (that I understand :) ). It uses a QTMovieView and ... of each frame to an ofTexture (as ofxQTKitVideoGrabber does with the capture device). But by doing this I would loose the increase in performance ...
Forum: beginners   Topic: [solved] swap color channels from BGR to RGB
Posted: Tue Jul 06, 2010 2:53 pm 
Replies: 2
Views: 77
... frames seems to be "swapped"... :| This happens with every capture utility, like Cheese and mplayer, but everything is fine in 640x480 ... an image/frame in an OF app before displaying it, so that I can run the video grabber and opencv examples without this problem :) here is a couple ...
Forum: beginners   Topic: light writing video software
Posted: Sat Jul 03, 2010 12:37 am 
Replies: 3
Views: 359
You can take a look at Quase-Cinema 2 source (http://www.quasecinema.org), it has light paint features.
Damian's code is more sofisticated, thou. Thanks, Damian, I'll study it!
The way I did was to capture the previous output frame and openGL mix it with the new camera frame.
Forum: beginners   Topic: how real-time can we get?
Posted: Fri Jul 02, 2010 2:23 am 
Replies: 4
Views: 158
The Artvertiser is actually an entirely oF-free app.. in there i'm using the opencv video capture stuff, yes; but it was all written on Linux where there's no QuickTime anyway. i can't really help you with Mac capturing, sorry!
Forum: examples   Topic: Ballet Font
Post subject: Ballet Font
Posted: Wed Jun 30, 2010 12:16 am 
Replies: 2
Views: 199
... were used to create a headline font called "Ligne". This video shows a few letters being performed where we've used to the tracking ... software called "Chireo" (chirography + choreography). "capture" did the initial motion and video capture. "augment" ...
Sort by:  
Search found 242 matches
All times are UTC
1, 2, 3, 4, 5 ... 17    Page 1 of 17
Jump to:  
cron