Webcamera Plugin

This is where you talk about Plugins. How they are made and how they work, show examples.

Webcamera Plugin

Postby zymurgy42 » Mon Feb 27, 2017 2:38 am

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.
zymurgy42
 
Posts: 37
Joined: Wed Jan 04, 2017 2:42 am
Location: Melbourne, the most liveable city!

Re: Webcamera Plugin

Postby cncdrive » Mon Feb 27, 2017 2:42 am

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");
cncdrive
Site Admin
 
Posts: 4717
Joined: Tue Aug 12, 2014 11:17 pm

Re: Webcamera Plugin

Postby cnv » Sun Jun 04, 2017 11:16 am

Hi,

Is there a way to reposition (offset) the crosshair in this plugin?
(Maybe to be developed later?)
cnv
 
Posts: 19
Joined: Sun Jun 04, 2017 11:14 am

Re: Webcamera Plugin

Postby cnv » Sun Jun 04, 2017 12:09 pm

Hi,

Is there a way to reposition (offset) the crosshair in this plugin?
(Maybe a feature to be developed later?)
cnv
 
Posts: 19
Joined: Sun Jun 04, 2017 11:14 am

Re: Webcamera Plugin

Postby dezsoe » Sun Jun 04, 2017 7:35 pm

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.
dezsoe
 
Posts: 2055
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary

Re: Webcamera Plugin

Postby cncdrive » Sun Jun 04, 2017 10:14 pm

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.
cncdrive
Site Admin
 
Posts: 4717
Joined: Tue Aug 12, 2014 11:17 pm

Re: Webcamera Plugin

Postby cnv » Sun Jun 04, 2017 10:54 pm

Thanks for the quick response!
I'm glad to hear this feature may be on the table for future development.
cnv
 
Posts: 19
Joined: Sun Jun 04, 2017 11:14 am


Return to Plugins

Who is online

Users browsing this forum: No registered users and 4 guests