Page 1 of 1
Webcamera Plugin

Posted:
Mon Feb 27, 2017 2:38 am
by zymurgy42
Is there a shortcut method to get the webcamera plugin up and running. Currently I go to configuration > Plugins > Webcamera > show.
Could that be called by a macro? If so, guidance appreciated.
Gordon.
Re: Webcamera Plugin

Posted:
Mon Feb 27, 2017 2:42 am
by cncdrive
Function: int Showplugin(string pluginfilename)
Description: This function calls the Showup event of a UCCNC plugin installed in the /Plugins directory. The parameter is a string which is the name of the plugin file including the .dll extension.
The possible return values are the following:
0: The plugin started without problems.
1: The plugin is not enabled and can't run.
2: The plugin was not found, there is no plugin installed with this filename.
3.: The plugin does not have the Showup event implemented.
Example: int returnval = exec.Showplugin("Diagnostics.dll");
Re: Webcamera Plugin

Posted:
Sun Jun 04, 2017 11:16 am
by cnv
Hi,
Is there a way to reposition (offset) the crosshair in this plugin?
(Maybe to be developed later?)
Re: Webcamera Plugin

Posted:
Sun Jun 04, 2017 12:09 pm
by cnv
Hi,
Is there a way to reposition (offset) the crosshair in this plugin?
(Maybe a feature to be developed later?)
Re: Webcamera Plugin

Posted:
Sun Jun 04, 2017 7:35 pm
by dezsoe
cnv wrote:Hi,
Is there a way to reposition (offset) the crosshair in this plugin?
(Maybe a feature to be developed later?)
I sent a PM on the "yellow" forum.
Re: Webcamera Plugin

Posted:
Sun Jun 04, 2017 10:14 pm
by cncdrive
Currently there is no way to change the crosshair position or shape etc., but it is planned that we will further develop this plugin with some new functions soon.
We've just planned to discuss the new to be implemented functionalities with my collegues next week.
Re: Webcamera Plugin

Posted:
Sun Jun 04, 2017 10:54 pm
by cnv
Thanks for the quick response!
I'm glad to hear this feature may be on the table for future development.