Issue Details
I wrote a LabVIEW VI to acquire images from a GigE camera connected to my Real-Time target, as shown below:
However, when deploying the VI on the remote target from my LabVIEW project, I got the following error:
xxx.VI loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library imaq.dll
Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
How can I fix this error?