-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
We've encountered some issues while deploying a VI using the G-Image library on an NI RT Linux target with embedded UI enabled. (missing external function g_image*_*)
My development system operates on Windows (LV2024Q4).
After some investigation, I included the g_image_64.so file in the target's build specification and linked the DLL calls path to the .so file with a custom vi that is shown below in the images. This is a rough version that only works for RT Targets, but maybe this VI should be replaced with some code that searches for the path for specific targets like what is done in the h5labview library as shown below.
we altered the following VIs to make it work on RT Linux:
- Copy Image To Picture.vi
- Load Image From File (Core).vi
- Load Image From Memory (Core).vi
- Load SVG From File (Core).vi
- Load SVG Image From Memory (Core).vi
- Resize Image (WxH).vi
is this something you can add in the next version?
Metadata
Metadata
Assignees
Labels
No labels

