LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Camera interfacing with LabVIEW NXG for web view

Is it possible to acquire images from a camera in LabVIEW NXG ? and does it will generate web code for the same ?

0 Kudos
Message 1 of 4
(3,042 Views)

Of course, you can acquire an image using Vision Acquisition Software (VAS).

But if I understood correctly, VAS doesn't generate HTML code automatically.

NXG Web Module doesn't support any hardware such as USB Camera.

 

I don't have an expertise of HTML/CSS/Javascript so, I don't know those programming Technics resolve the problem or not. 

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
Message 2 of 4
(3,010 Views)

Hi piZviZ,

 

 

For acquiring images from a WebVI, it definitely depends on what you are trying to do. As a general starting point, have you seen this example:

https://github.com/ni/webvi-examples/tree/master/EmbedContentIntoWebVI

 

Thanks,

Frank

0 Kudos
Message 3 of 4
(2,955 Views)

For the LabVIEW NXG Web Module the File for WebVI example includes a Capture Image as File VI that allows the user to capture an image from their webcam or open an image from disk. Due to browser restrictions the user needs to manually give permission to the webcam to capture an image. You can see a demo of the library online.


Milan
0 Kudos
Message 4 of 4
(2,406 Views)