From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Camera control

Hi,

 

How can we use LabView to command a CCD camera to take a picture every second and save those picture under a different file( like picture_1.bmp, picture_2.bmp.)

 

 

0 Kudos
Message 1 of 5
(4,248 Views)
Well that depends on a bunch of stuff you haven't specified: OS, version of LabVIEW, type of camera, how you are connected to it...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(4,225 Views)

Start by opening MAX.  Can you see the camera?  Use MAX to configure the camera for a Snap (single picture).  Create a Task to do the Snap.  Look at the LabVIEW Help for IMAQdx, look at some examples for capturing single images and saving them to disk.  Develop your code using normal LabVIEW coding practices (take the LabVIEW tutorials if you've never programmed in LabVIEW, or, much better, hire someone who knows LabVIEW -- they should be able to complete this task in a day or two, depending on your requirements).  You can use the Task defined and saved in MAX to handle much of the messy Configuration details for you.

 

Bob Schor

0 Kudos
Message 3 of 5
(4,203 Views)
0 Kudos
Message 4 of 5
(4,178 Views)

The program has two part and want to figure out is there any error coming from each part separately

0 Kudos
Message 5 of 5
(4,159 Views)