08-23-2022 05:52 AM
Hi everybody, I'm using LabView to control my Zyla 5.5 USB3 camera and I'm currently using one of the available examples added thnaks to the SDK of the camera. My problem is that when starting the VI, in the first stages (i.e when opening the camera handle) an error code 5038 appears, telling me that the camera is in use, which I think is the condition to make the project work. Did someone ever experienced this kind of problem when (and if) facing with this kind of camera?
Thank you in advance
Solved! Go to Solution.
09-02-2022 08:09 AM
Dear lorenzocantu,
The error occurs when the camera is opened by any other application or vi. Is it possible that you've tested it with NI-Max and it stayed on after it? Try shutting off every application you have before running your VI.
Best,
Anasei.
09-02-2022 11:11 AM
Dear @anasei
I’ll try in the following days, since I’m this moment I’m trying to avoid the problem by means of external tools. As I remember I’ve already tried to switch off everything, but never say never. Maybe I’ve been trying everything but what you suggested.
I’ll keep you updated
Best regards
Lorenzo
07-11-2024 04:59 AM
do you have an example of Andor camera function that is operated through a tabview sub-vi ? I would like to understand how to create 1 sub vi containing 1 function to set parameters of the camera. Ultimately, I will make a program doing StartAcquisition and StopAcquisition.