07-30-2013 04:55 AM
Hi,
FG:PCI-1428
Camera:Please see the picture that I have attached
Now I make a camera file on PCI-1428, When I clicked the "grab" the image on Camera File Generator, Timeout come up. I expect the reason that camera line_valid is not same timing of Pixel data. Is it possible to grab the image from such data timing like this camera ? If it is possible, how to grab the whole image ?
Best regards,
KW_nacacho
07-30-2013 01:39 PM
Please provide more information. Need to know the camera Make and Model. Posting the generated camera file will also help resolve your issue quickly.
Best,
MoviJOHN
07-31-2013 02:59 AM
Hi,
Camera Maker: Takenaka
Model: TL-7450UCL
I have attached the whole document that I have. I can grab the image that width is less than around 512. However grabbed image was black(even set long exposure time).
Best,
KW_nacacho
07-31-2013 10:36 AM
Hi KW_nacacho!
It would help to have some more information regarding your application.
Where did you get the camera file you posted? Was this provided by the company, or are you making this camera file yourself?
Are you still getting a timeout error, or was that issue resolved?
What exposure time did you try setting?
Thanks!
07-31-2013 01:19 PM
Have a look in you camera ICD file, in the 1428 section.
A few things in there you will want to experiment with.
AcquisitionWindow (0, 0, 256, 128)
It strikes me as odd that you camera has a sensor resolution of 7000+ pixels, but the window width is only set to 256x128.
I think it should read
AcquisitionWindow (0, 0, 7450, 512)
and this should match with part of the
MaxImageSize (7450, 512), although since you are using a 1428 Frame Grabber, which has 16MB of memory, you should be able to grab an Max Image Size of roughly 7450x1100 or 7450x2200 (not sure which is correct).
You can try changing
DetectPCLK (Yes)
to
DetectPCLK (No)
Your results may vary, but I've had success in the past with this.
Lastly, your timeout is 1000. Change
FrameTimeout (1000)
to something larger, like
FrameTimeout (60000)
and see what happens.
08-01-2013 05:31 AM
Hi Emily,
I made this camera file by myself(I understand that NI does not support). I still receive timeout.
Exposure time is around 1.4m second. Can NI Frame grabber grab the whole image without non-same timing line valid and pixel data ? I have succeed with another camera whose line valid and pixel data timing were same.
Best,
08-01-2013 05:32 AM
Hi MoviJOHN,
When I changed the DetectPCLK. different message came up. Changing the timeout FrameTimeout (60000), it does not help to grab the image.
Best,
08-01-2013 12:59 PM
Is the camera configured to run in freerun mode?
If the manufacturer has a utility for communicating with the camera, or if the ICD supports a FACTORY DEFAULT command, try and get the camera into a known state. It is possible that there are errors in your camera file. Trial and error is a good approach, as long as you are methodical, and only change one thing at a time.
If I'm not mistaken, there is a terminal in the camera file generator to talk to the CameraLink serial port. See if you can dump the camera configuration parameters using that.
08-01-2013 01:06 PM
I think the OnBoardClock is 50, not 20. Where does this value come from?
Also, SerialDisabled is set to YES. I don't think you can get commands to the camera this way.