Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use PCIe 1433 and basler line camera to construct image and pocess it?

hello! every one ,I am new to machine vision.i have two problems to ask.First,how can i use line camera and 1433 to acquire 2-D image?second,if i want to pocess the 1-D signal ,how can i do it ?i expect for your answer ,thank you!
0 Kudos
Message 1 of 10
(5,667 Views)

what's wrong?why no one reply me .

0 Kudos
Message 2 of 10
(5,653 Views)

What is the camera model? what is the application? what have you tried?

0 Kudos
Message 3 of 10
(5,618 Views)

the line camera .what i want to do is construct image for OCT

0 Kudos
Message 4 of 10
(5,573 Views)

Optical Coherence Tomography?

 

Likethis?

 

0 Kudos
Message 5 of 10
(5,567 Views)

oh ,yeah .but it is the first time to construct a system .I have many things to learn

0 Kudos
Message 6 of 10
(5,548 Views)

What you are trying to do is not something you can easily do in a forum, but I can give you the basics.

 

You have a CameraLink frame Grabber (PCIe 1433) and a LineScan Camera

 

The framegrabber needs to be configured to understand how to communicate with the camera.  You need a file from the camera vendor.  This file might already be installed.  You can use MAX to check if it is, under Devices/IMAQ.

 

Assuming you can get to the point where you can communicate with the camera, you need to configure your acquisition.

 

Since the camera is a line scan camera, it captures image data one pixel ine at a time.  You will need to configure the frame grabber to determine how many lines per image you want.  The low limit is usually 1, and the high limit is either based on the framegrabber's internal memory, or that of the computer.

 

If you are using labview, you will need to open a sessing to the camera, acquire the image(s), and then close the session when you are done.

 

Once the image(s) are captured, you can performa analysis using the NI Vision Toolkit.

 

Sorry, but there is no way to condense years into one post.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 7 of 10
(5,537 Views)

Thank you for your reply! it is useful for me .But i still have a problem .My line scan camera can acquire an image.If I want to perform one demension signal analysis from an image ,what should i do ?

0 Kudos
Message 8 of 10
(5,535 Views)
you can use the get line from image or get pixel from image functions
Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 9 of 10
(5,529 Views)

oh,i got it ,thank you very much!

0 Kudos
Message 10 of 10
(5,521 Views)