07-30-2019 08:47 AM
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
07-31-2019 09:10 AM
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
07-31-2019 10:08 AM
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