07-30-2020 04:40 AM
I want to connect Astra to labview.
I have an astra pro.
But I don't know how to connect.
I want to see the video in Labview.
Please help me.
07-30-2020 06:46 AM - edited 07-30-2020 06:48 AM
You should give a lot more specifics. This is a LabVIEW support forum and most users here never have heard of your Astra device or application. And from the few who have it’s unlikely they ever interfaced to it from LabVIEW. Google search for Astra video shows lots of Opel Astra youtobe videos!
A bit more refined search shows https://en.m.wikipedia.org/wiki/Astra_(software), so its a standalone video streaming application for Linux. It has a REST API for remote controlling (but likely not streaming).
My conclusion is that it will require a lot of work and likely programming in C to properly embed this in LabVIEW somehow. How many 10k of $ can you spare for this? 😀
07-30-2020 09:39 AM
11-14-2025 10:24 AM
Hello, Rolf.
Could you tell me where I can download LabVIEW drivers for Astra Linux?
Best regards, Dashshi
11-15-2025 04:35 AM
@Dashshi wrote:
Hello, Rolf.
Could you tell me where I can download LabVIEW drivers for Astra Linux?
I never said to have such drivers and to my knowledge there aren't any. What I said is that to create such drivers one would need to download the SDK from Orbbec and write a shared library wrapper in C(++) and interface to that from LabVIEW. So far nobody seems to have felt inclined enough to do that.
From Google AI when searching for "Astra orbbec labview drivers"
From a quick glance at their site it is not exactly clear if the recommendation above to use the OpenNI2 drivers is a good one. To me it seems a mess, they have three different SDKs by now, OpenNI SDK, Orbbec SDK v1 and v2, and the Astra SDK but that is EOL since 2023. If you have an old Astra camera you may have to use the obsolete Astra SDK. Orbbec SDK v2 is open source but mainly for their newer Gemini cameras.
11-19-2025 12:15 AM
I was referring to LabView drivers for the Astra Linux operating system. I found information about them on the website of one of the official National Instruments distributors, but I can't find them here either.
11-19-2025 01:49 AM
I told you already, they almost certainly don’t exist. NI is not going to write them, it’s not their hardware and it’s not a solution they could maintain in the long run. Camera drivers are ALWAYS high maintenance software products and require a deep understanding of the hardware, low level C programming and the environment they work in.
If you want these drivers you have three options:
- ask Orbbec for them, most likely answer from them: LabVIEW huhhh? Is that something real?
- write them yourself based in the shared libraries you can find on their github site. This will require to at least write a dozen to several dozen VIs that call into the shared library using the Call library node. Possibly also another helper shared library in C to bridge certain difficulties to match the shared library interface with the LabVIEW capabilities.
- pay someone to develop such a driver for you