12-04-2024 07:37 PM
Hello, NI community,
I built a simple [program for a USB camera in LabVIEW. I put a time delay to save the image. However, the camera is not showing any live images during the wait time. I want the camera to show the live image and save an image at a certain frequency (e.g. 20000 ms interval). The VI is attached. Can anyone help me with this?
Solved! Go to Solution.
12-05-2024 04:54 AM
Saving your image should go into a case structure.
12-07-2024 08:21 PM
Thank you very much for the help. I implemented this.