SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

Streaming Image Over System Link. Is it Possible?

Solved!
Go to solution

The DAQ station is running LabVIEW with IMAQdx for acquiring images from an IP camera.

To store and view Live  video to the server computer, we are considering to use SystemLink.

 

Is possible to stream image over  SystemLink?

Any Idea?

0 Kudos
Message 1 of 3
(1,765 Views)
Solution
Accepted by ThamS

Our recommended approach is to use our File API. If the file is stored on the DAQ station after it is produced you can simply use the Send File VI to upload it to the SystemLink server managing the station. You may also stream a buffer the image data to the server without having to save it locally first.

Mark
NI App Software R&D
Message 2 of 3
(1,746 Views)
Solution
Accepted by ThamS

As Mark mentioned if you need to store the data I would recommend using the File API.

 

In addition, here is an example I put together that shows how to transfer an image as a tag and then show it in the web interface using a WebVI.  It isn't intended for live streaming, but it could be used to periodically see the latest image.

 

https://github.com/joshuaprewitt/systemlink-imaq-example

Message 3 of 3
(1,741 Views)