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 › Jmyron-how to hide the captures or visible=false
Page Index Toggle Pages: 1
Jmyron-how to hide the captures or visible=false (Read 517 times)
Jmyron-how to hide the captures or visible=false
Nov 28th, 2007, 8:58am
 
i want to show my effect on some logos or picture instead of capture. i re ad all references but i couldnt solve my problem. when I apply the alpha to captures
pixels[i] = (127 << 24) + ( img[i] & 0xFFFFFF );  
it is affecting the effects, too.

i just want the effects track my motions on image. the captures will not be appear...

arent there something like visible=false or opacity. alpha cant help me.

Should I stop jmyron but this motion cant follow my motions :(

I am using JMyron...
Re: Jmyron-how to hide the captures or visible=fal
Reply #1 - Nov 28th, 2007, 5:13pm
 
we need some code to understand your problem ...
F
Re: Jmyron-how to hide the captures or visible=fal
Reply #2 - Nov 29th, 2007, 2:39pm
 
thanks again i have solved it Cheesy
Page Index Toggle Pages: 1