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 › can someone tell me how can I add background ...
Page Index Toggle Pages: 1
can someone tell me how can I add background ... (Read 524 times)
can someone tell me how can I add background ...
Nov 26th, 2007, 9:57am
 
can someone tell me how can I add background picture while using JMyron...

whatever I did for background, camera capture is appearing...

can I decrease opacity or alpha of object? if it is possible how?
Re: can someone tell me how can I add background .
Reply #1 - Nov 26th, 2007, 8:40pm
 
I'm not sure what you're trying to do, but you can use the tint() command to change the color (including the alpha/transparency) of images drawn to the screen.

http://processing.org/reference/tint_.html
Re: can someone tell me how can I add background .
Reply #2 - Nov 26th, 2007, 10:49pm
 
i am using JMyron and i have typed a code that shows an effect according to movement.

import JMyron.*;
JMyron m;

now i am trying to decrease the alpha value of m then adding some background picture
Page Index Toggle Pages: 1