LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview interface with Raspberry pi3 LCD display

Hi all,

I have a Labview code that acquire live video from regular usb camera and cut each frame to specific ROI. 

I want to stream the post processed video from labview to rpi3 LCD display in real time.

is it possible? if so, how to interface between the them? 

 

Labview 2018 64bit, WIN10

Raspbian Buster

 

0 Kudos
Message 1 of 3
(2,905 Views)

Hi Matanhamra,

 

It's a cool application you have. Some things we'd need to know to help you is, what screen you are using (and how it communicates), what you are connecting it to (between your computer and your screen), then we might be able to give some suggestions of how the code would look.

 

Thanks,

 

Keddy

Keddy C.
Staff Software Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,832 Views)

Hi Kenny,

 

The board is Raspberry Pie 3 B+ (rpi3), The board have: USB, WiFi and Bluetooth.

 

The LCD TFT screen is:

http://www.lcdwiki.com/MHS-3.5inch_RPi_Display

 

I try to figure which of the connection protocol between the PC and the rpi3 can use for this application.  From my prospective, USB output from the computer to the rpi3 will be the best option because the rpi3 webcam works with usb camera in direct connection. 

my current camera is sq11.

https://org-info.mobi/shop/sq11-mini-dv-guide-en.htm

it connected using USB to the computer. I acquire the video using IMAQdx

 

Thanks again,

 

Matan

 

 

   

0 Kudos
Message 3 of 3
(2,822 Views)