| Camera Model | D435 |
| Firmware Version | 05.09.11.00 |
| Operating System & Version | Windows 10 / Ubuntu 16.04 |
| Kernel Version (Linux Only) | Unsure at the moment (don't have PC available) |
| Platform | PC |
| SDK Version | 2.13 |
| Language | LabVIEW 2017 32-bit |
| Segment | Robotics |
Issue Description
Feature Request
First off, thanks for providing us with LabVIEW wrappers. That saved 90% of the time needed to get started just by seeing the examples and having all the library calls prototyped out.
However, when I downloaded the latest wrappers, the DLL calls seem to be set to an absolute path: C:\Users\agrunnet\Documents\libRealSense6\realsense2.dll
Going forward though, I'm going to be moving these wrappers to Ubuntu 16.04 to run on an UP Board, our on-board vision processing computer. Using the current implementation, this would require us to update all 80ish VIs to use the new realsense2.so path for Linux.
Rather than going through an updating every function's Call Library Function to point to a new absolute path, I selected "Specify path on diagram" and created a VI that gets the path to the file for me, and even detects if it's running in LabVIEW 32-bit or 64-bit. On Ubuntu/Linux, I'll just need to update this one VI's file path to point to the realsense2.so file rather than updating all 80ish VIs.


I can create a Pull Request for this issue since I have updated all of the VIs to use this new "rs3 get dll path" call.
| Camera Model | D435 |
| Firmware Version | 05.09.11.00 |
| Operating System & Version | Windows 10 / Ubuntu 16.04 |
| Kernel Version (Linux Only) | Unsure at the moment (don't have PC available) |
| Platform | PC |
| SDK Version | 2.13 |
| Language | LabVIEW 2017 32-bit |
| Segment | Robotics |
Issue Description
Feature Request
First off, thanks for providing us with LabVIEW wrappers. That saved 90% of the time needed to get started just by seeing the examples and having all the library calls prototyped out.
However, when I downloaded the latest wrappers, the DLL calls seem to be set to an absolute path: C:\Users\agrunnet\Documents\libRealSense6\realsense2.dll
Going forward though, I'm going to be moving these wrappers to Ubuntu 16.04 to run on an UP Board, our on-board vision processing computer. Using the current implementation, this would require us to update all 80ish VIs to use the new realsense2.so path for Linux.
Rather than going through an updating every function's Call Library Function to point to a new absolute path, I selected "Specify path on diagram" and created a VI that gets the path to the file for me, and even detects if it's running in LabVIEW 32-bit or 64-bit. On Ubuntu/Linux, I'll just need to update this one VI's file path to point to the realsense2.so file rather than updating all 80ish VIs.
I can create a Pull Request for this issue since I have updated all of the VIs to use this new "rs3 get dll path" call.