Hello Guest it is April 18, 2024, 07:33:59 PM

Author Topic: ı add button puggin video but dont dont dont work pls help ???  (Read 16007 times)

0 Members and 1 Guest are viewing this topic.

Re: ı add button puggin video but dont dont dont work pls help ???
« Reply #10 on: April 16, 2013, 01:49:40 PM »
hmm .. number of code to set the video plugin? How do I know?
Re: ı add button puggin video but dont dont dont work pls help ???
« Reply #11 on: April 16, 2013, 02:20:40 PM »
here is an example, of how you can switch on / off the camera window.
Add a button named Camera on
assign "Execute Basic Script"  with the following Content:
SetUserLed(1102,1)      (if LED number 1102 is used by another control, take an unused one)
Add another button named Camera Off
assign "Execute Basic Script"  with the following Content:
SetUserLed(1103,1)      (if LED number 1103 is used by another control, take an unused one)



In Mach3 goto Config -> Config Plugins       Enable WebCamPlugin-Version-V2.12
restart Mach3

goto Config -> Config Plugins -> CONFIG      check "Macro control on"
if you had to change the LED numbers, because they where used by other controls, you can assign the proper LED number in that Dialog



Klaus
The brain isn't a soap, it doesn't shrink when used.
Re: ı add button puggin video but dont dont dont work pls help ???
« Reply #12 on: June 16, 2013, 06:14:09 PM »
Very Thanks..