Issue Details
I am using a LabVIEW VI with IMAQdx functions to detect GigE cameras, and it works correctly in the development environment with all cameras detected and no errors. However, when I build the VI into an executable (.exe) and run it on the same PC, no cameras are detected. The IMAQdx Enumerate Cameras.vi returns an empty array, and the error cluster shows no error (status = FALSE, code = 0), indicating a silent failure.
The setup, hardware, and code are identical between the VI and the EXE. I have verified that the cameras are visible in NI MAX and that connectivity is working. How to resolve this issue?