LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ThorLabs CC215MU TimeLapse

I am trying to create a time lapse of 100 images, 0.5 seconds of delay but am struggling a lot with creating this. Is there any guide of help I can get with this?

0 Kudos
Message 1 of 3
(120 Views)

One short question before we will continue — are you able to see your camera in Measurement & Automation Explorer and get images here? If so, then you can take any suitable example for acquisition in LabVIEW, then acquire two images per second and drop 100 images in 100 separate image files. But your Camera should be supported by IMAQ and you should see image in MAX. If not — then you can use provided Camera's API, but this way can be slightly more complicated.

0 Kudos
Message 2 of 3
(80 Views)

The Thor cameras have their own .Net library for camera configuration and image acquisition.  You can probably modify one of their example programs and use software triggering at your chosen sample interval or acquire at the full camera frame rate and decimate.  They also have a full featured camera acquisition GUI you can download that might get you some data in the short term.  You could store the images and load and display them at a different rate for playback.

0 Kudos
Message 3 of 3
(66 Views)