LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger a camera by a motor steps

I want to run a USB3 machine vision camera and DC Servomotor together applying a condition that the camera will automatically capture a single image at every step rotation of the motor. I have the motor and camera in the block diagram. Can someone help me how to do it? 

rd2024_0-1728103468749.png

rd2024_1-1728103646376.png

 

 

Can someone help me how to do it?

0 Kudos
Message 1 of 2
(177 Views)

Hi there,

 

If your USB3 camera has a trigger line input, you can use it to capture images.  You can send a trigger signal from your motion controller for each rotation, as long as the controller supports this.

 

If the camera doesn’t have trigger support, you'll need to use software-based triggering. You can set up a while loop to monitor the motor position and capture images when it reaches the desired point.

 

BR

John

Add motion to LabVIEW in 30min or less - TENET EMotion
Finding it hard to source legacy NI hardware? Try Extend Test

0 Kudos
Message 2 of 2
(139 Views)