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.
Page Index Toggle Pages: 1
Camera != Capture (Read 3099 times)
Camera != Capture
Apr 20th, 2005, 2:43am
 
Just noticed that the website still has the old name for the Camera class, which should be replaced with Capture, in the reference.

Reference pages that should be updated are here:
http://processing.org/reference/libraries/video/index.html

I guess you did find the substitute name for Camera after all Wink
Re: Camera != Capture
Reply #1 - Apr 20th, 2005, 2:46am
 
Yikes. That's exactly what I was trying to avoid. Thanks. Will fix asap.
Re: Camera != Capture
Reply #2 - Apr 20th, 2005, 3:13am
 
One minor issue too is that considering the function names changed also, it should be noted that the transition wasn't from CameraEvent() to CaptureEvent() but to captureEvent() (mind the caps).

That little minor C was causing a huge confusion in my head a few minutes ago and was the difference between a blank canvas and a stream captured from my DV cam because there was no camera event catching method.

So casey, I know you have this reference-updating procedure semi-automated, but make sure the function name is correct on your new reference too.
Re: Camera != Capture
Reply #3 - Apr 20th, 2005, 3:20am
 
Seems like I posteed a little too soon. Just saw your fix, thumbs up. Case closed - and so should this thread be Wink
Re: Camera != Capture
Reply #4 - Apr 20th, 2005, 5:47am
 
So, is "Camera" a viable class name for the (viewport) camera interface I'm working on, or should I avoid it? I remember there was some discussion earlier about the collision with the video capture interface, but apparently that object has changed to "Capture". Is there a "Camera" within core that I need to avoid colliding with as well?
Re: Camera != Capture
Reply #5 - Apr 20th, 2005, 5:54am
 
Camera is a fine name for your viewport interface. We changed the name of the previous Camera class to Capture specifically for this reason.
Re: Camera != Capture
Reply #6 - May 24th, 2009, 8:17am
 
????????
asking reference for Capture camera
and everything
i still end up on the camera() reference page...

anyway
how can i use CaptureEvent()  ... ?
any clue ?

in the end
i'd like to do pixel operations on the live webcam ...

i am trying to mix the pixel brightness example with a webcam test example ...

beginner......
i'll look around.
Page Index Toggle Pages: 1