Page 2 of 2

Re: Camera plugin crosshairs?

PostPosted: Tue Apr 03, 2018 2:45 pm
by Mallemann
I am using 1.2047.
If I load the example VB Plugin Code (from plugins/example) in VS 2010, it has .NET2.0 as the target framework by default. is this correct or should I change to 4.0?

Re: Camera plugin crosshairs?

PostPosted: Tue Apr 03, 2018 3:07 pm
by cncdrive
You have to target .NET 2.0 if using UCCNC version 1.2047, because that version still targets the .NET framework 2.0, so building the plugin with .NET 4.0 will not work.
When you running UCCNC version 1.2102 or later those versions targeting the .NET 4.0, because there was an upgrade in 1.2102 to target the newer .NET 4.0, so for those new UCCNC versions you can still run the .NET 2.0 built plugins, but you can't use those new UCCNC installations to develop .NET 2.0 targeted plugins, you can only compile the plugins with targeting them to .NET 4.0, because the plugin interface dll is now .NET 4.0 targeted.

I suspect you getting that error because of a badly referenced library which your plugin can't load.
Please note that the Application.Startuppath is different when you compiling the plugin if the plugin is in the UCCNC/Plugins folder than if you running the UCCNC to test the plugin, then the Application.StartupPath is the folder where the UCCNC.exe file is. So, however I did not see your sourcecode, but this might be the problem depending on how you import executable dlls...

Re: Camera plugin crosshairs?

PostPosted: Tue Apr 03, 2018 7:26 pm
by Mallemann
I did buy UCCNC license some weeks ago and I thought 1.2047 was the latest released version.
Is there a new one? On your homepage, there is 1.2047 for download...

Re: Camera plugin crosshairs?

PostPosted: Tue Apr 03, 2018 8:07 pm
by Robertspark
1.2047 is the current official stable release.

There is the development versions which are test versions and accepted may have bugs, however they offer the current available functions and developments too.

They are available here
viewtopic.php?f=2&t=240

1.2104 being the current release

Re: Camera plugin crosshairs?

PostPosted: Wed Dec 25, 2019 2:12 pm
by Mallemann
New Camera Plugin for UCCNC 1.2111 with Crosshair Overlay and Offset Configurator

Camera Plugin for UCCNC.pdf
Instructions
(196.48 KiB) Downloaded 936 times

Re: Camera plugin crosshairs?

PostPosted: Tue Apr 07, 2020 6:25 am
by belewis01
Mallemann wrote:New Camera Plugin for UCCNC 1.2111 with Crosshair Overlay and Offset Configurator

Camera Plugin for UCCNC.pdf


Loaded this plugin today, but it does not see my USB camera - it defaults to the built in webcam on my laptop and doesn't show any other options. Tried to open the config module, but it only shows a blank window. Looks like a really nice app, hope I can get it to work.

Webcamera.dll plugin works BTW.

Bruce

Re: Camera plugin crosshairs?

PostPosted: Mon Jun 22, 2020 1:09 pm
by silverdog
Would it be possible to use an IP camera instead of a USB camera?

Re: Camera plugin crosshairs?

PostPosted: Thu Aug 26, 2021 8:05 am
by mutumbo
Please add IP camera connectivity. At least RSTP protocol

Re: Camera plugin crosshairs?

PostPosted: Thu Aug 26, 2021 8:08 am
by mutumbo
silverdog wrote:Would it be possible to use an IP camera instead of a USB camera?


for forwarding ip to virtual webcam I used OBS studio

Re: Camera plugin crosshairs?

PostPosted: Fri Aug 27, 2021 4:41 am
by mutumbo
screenshot