LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving webcam images into database

Solved!
Go to solution

Hi,

 

I have managed to acquire the image from my webcam through the vision acquisition software but now i faced a problem because i want the image to be stored in the database so that it could be view from a webpage( like a video stream).

 

What i did in my vi was just take the image out and connected it directly to the database and data is going in the database but when i tried to display it on the webpage it does not show.

 

Is it possible to do that and if so is there any tutorials i can refer to?

 

0 Kudos
Message 1 of 5
(2,917 Views)

You should not save an image to database, since it'll make database slow, and difficult to write a web page to load image.

Save an image to specific location, and save image location to database.

Then, use <img> tag to call an image in web page.

0 Kudos
Message 2 of 5
(2,898 Views)

thanks for the reply but how do i continuously write the image to a file path from the image acquired i cant connect the image out to the write jpeg file vi directly is there a way to go about this?

0 Kudos
Message 3 of 5
(2,893 Views)
Solution
Accepted by topic author bloodxrage

Use IMAQ Write File 2 VI

0 Kudos
Message 4 of 5
(2,890 Views)

thanks for the help i have manged to save it.

0 Kudos
Message 5 of 5
(2,883 Views)