LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image from web browser to 2d array

Hello everyone,

 

I am having trouble converting a black and white image from a web browser into a 2d array to be displayed on a graph. Here is my code and subvi:

 

The code is supposed to navigate to a web address (which will be a picture taken by a camera in my local network). The code will then take the image data from the web browser and convert it to a 2d array to be displayed on a graph.

 

I'm not quite sure how to get Labview to convert the image data into data for a 2d array. In the VI I posed you will see a failed attempt at this. If you know how to convert the image data type into a 2d array of values. It would be greatly appreciated.

 

Thank you in advance!

 

Download All
0 Kudos
Message 1 of 2
(1,007 Views)

@Spectrometer wrote:

 

alexderjuengere_0-1628511212456.png

 


is this an ip camera?

can you access your ip camera image via VLC?

 

if so, you might want to take a look at

https://forums.ni.com/t5/Example-Code/VLC-scripting-in-LabVIEW/ta-p/3515450?profile.language=en

 

 

0 Kudos
Message 2 of 2
(957 Views)