06-12-2014 01:27 AM
06-12-2014 09:22 PM
what's wrong?why no one reply me .
06-17-2014 02:04 AM
What is the camera model? what is the application? what have you tried?
06-23-2014 09:09 PM
the line camera .what i want to do is construct image for OCT
06-24-2014 02:48 AM
06-25-2014 09:58 PM
oh ,yeah .but it is the first time to construct a system .I have many things to learn
06-26-2014 08:11 PM
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.
06-26-2014 08:21 PM
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 ?
06-26-2014 09:03 PM
06-27-2014 12:39 AM
oh,i got it ,thank you very much!