|
Author |
Topic: Web Cam oddities (Read 645 times) |
|
flight404
|
Web Cam oddities
« on: Jul 2nd, 2003, 10:29pm » |
|
When I play around with beginVideo and videoEvent, things are peachy but for only one execution of the applet. Once I hit Run once, from that point on, any edits i make to the code must be saved, Processing quit and restarted, then I can run again. Otherwise it just hangs and never shows me the goods. Mac OSX 10.2.6 with Processing v55 using Apple's new iSight webcam. Am I doing something wrong or is this a bug?
|
|
|
|
REAS
|
Re: Web Cam oddities
« Reply #1 on: Jul 3rd, 2003, 10:43am » |
|
This is a bug. We're currently not stopping the camera thread correctly. I think you can work around this by calling endVideo() manually in the code. It will be fixed for release #57. + Casey
|
|
|
|
flight404
|
Re: Web Cam oddities
« Reply #2 on: Jul 4th, 2003, 3:04am » |
|
Works like a charm. Just set up a boolean to turn off video on keypress before I close the window. Thanks.
|
|
|
|
fry
|
Re: Web Cam oddities
« Reply #3 on: Aug 2nd, 2003, 9:07pm » |
|
this will indeed be fixed for 57, the repair has been made.
|
|
|
|
|