10-02-2017 07:38 PM
Hi there,
The equipments I'm using have the following specifications:
Computer:
-Desktop PC with Windows 7 64-bit
- Labview 2015 (32-bit) with Vision Acquisition
- Labview 2014 (32-bit) with Vision Acquisition
- LabVIEW 2014 Real Time Module
- LINX 3.0
Raspberry:
-Pi 3 Model B
- OS: 2017-04-10-raspbian-jessie
I am currently running a VI on my computer that acquires two Images and a Spectrogram and it's called "Image and Data.vi". This VI was created using Labview 2015, and has some specific Vision resources for the 2015 version on one of its SubVI's, including IMAQdx.
Recently I have learned I can't deploy an application on Raspberry Pi 3 using those Vision resources, so what I want to ask is:
How can I capture IMAGES on my raspberry PI using a Labview Application ? I have read something about OpenCV but I am not sure how this would work..
If you could be very thorough on your explanation, or show me some examples I would be very glad.
Thanks in advance,
Oscar
10-03-2017 09:00 AM
Hi,
NI-Vision Assistant is not supported in Raspiberry pi 2/3. If you require to use raspiberry in your application I recommend you to use just openCV in your application once it already has library for processing and acquisition. You can learn openCV in below link:
If you require to use NI to develop a vision application embeded with LabVIEW, I recommend you to use myRIO, that has NI-Linux Real Time embeded.
Thanks in advance.
10-03-2017 01:38 PM
Wait, did you say there are Vision functions on myRio ? Or do I use myRio to combine both OpenCV and Labview?
Thanks a lot for answering,
Oscar
10-03-2017 02:44 PM
10-03-2017 06:50 PM - edited 10-03-2017 06:58 PM
Oh, now I see ! MyRIO is micro-controller and I was thinking it was a Toolkit, hahaha
So, since I can't afford to buy anything else I believe I'm going to use the OpenCV option.
Apparently I need to download a NI Vision OpenCV Utilities as read in: http://www.ni.com/white-paper/53072/en/ .
But I still have got a question: the white paper says it's recommended to have the 2015 Vision Acquisition, LabVIEW Real Time 2015 SP1 and Vision Development Module 2015 SP1 buuut LINX uses the 2014 version of Labview.. So which version of those Packages do you think I should install: 2014 or 2015?
Thanks Again for being so cooperative.
Oscar
05-15-2019 06:27 PM
Hi I came across your post as I have same question. I understand it’s 2 years old thread. By any chance were you able to achieve this, acquiring images from pi cam with LabVIEW and processing it. Thanks in advance.
01-26-2021 05:14 AM
i want to do acquire pi camera on Labiew. is there any guide lines to get this done.
thanks in advance.
11-01-2021 05:41 PM
You can configure Raspberry Pi to act as an Camera IP server. It will then broadcast like an IP camera.
On the Windows side you can then run IP Camera utility which will create a 'webcam'. This is then availble in Max as a webcam.
Our Raspberry guy Google'd and downloaded that code.
I was able to get a live image in Max and in LabVIEW IMAQDx - open the CAM1 ref - and get a live image in LabVIEW.
10-14-2022 08:38 AM
Do you have please a guide line to do this ? I am struggeling now. What I already have is rasperry cam, myRio and LabVIEW. Any detailed guide lines will be appreciated
03-03-2025 06:50 AM
For a project, I need to take a camera image using Raspberry Zero and see it instantly on the LabView front panel. How can I do this?