From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

"Error 0xBFF69012 Attribute value is out of range" for Point Grey Grasshopper2 GS2-GE-50S5M

Solved!
Go to solution

Trying to get the above camera to work in MAX. Currently running on LabView 2010 SP1 with Vision Acquisition Software August 2010.

 

Error shown: Error 0xBFF69012 Attribute value is out of range

 

Camera runs perfectly fine on supplied Point Grey software. Point Grey Image Filter Driver installed. Windows firewall disabled. Ethernet card (http://www.sonnettech.com/product/prestogigproec34.html) supports Jumbo Frame. 

 

Have read through the following to no avail:

http://digital.ni.com/public.nsf/allkb/FCE7506A3AF7636C862576240072716D

http://digital.ni.com/public.nsf/allkb/A0A1CE4704265BF2862578CA007A4CF8

 

How do I know if there is a problem with the XML file?

 

What are the possibilities that this camera is not compatible with IMAQdx?

 

Thank you.

0 Kudos
Message 1 of 4
(4,676 Views)

Tried using the Camera Validator test (http://digital.ni.com/public.nsf/allkb/EBE3BBBEF4FEA92786257225006FF242?OpenDocument) with the /attributes argument.

 

Attached is the report. Some of them failed. Can anyone identify the problem?

 

Thanks.

0 Kudos
Message 2 of 4
(4,668 Views)

Original firmware (1.21.3-00) had two compatibility issues:

 

Attribute: CameraAttributes::ImageFormatControl:: PixelColorFilter
        Display Name: Camera Attributes::Image Format Control:: Pixel Color Filter
        Description: Type of color filter that is applied to the image.
        ToolTip: Type of color filter that is applied to the image.
        Type: 0x4
        Units:  
        Availability: R
        Representation: 0x0
        Visibility: 0x2000
        Streamable: false
        Range: {BayerRG = 0x0, BayerGB = 0x1, BayerGR = 0x2, BayerBG = 0x3}
        Current value: UnknownEnumValue
        Validating current value: FAILED ERROR: (Hex 0xBFF69012) Attribute value is out of range.
        Unable to set current value


Attribute: CameraAttributes::TransportLayerControl::GevSCPInterfaceIndex
        Display Name: Camera Attributes::Transport Layer Control::GEV SCP Interface Index
        Description: Index of network interface to use.
        ToolTip: Index of network interface to use.
        Type: 0x1
        Units:  
        Availability: R
        Representation: 0x11
        Visibility: 0x8000000
        Streamable: false
        Minimum: 0
        Maximum: 0
        Increment: 1
        Current value: 1
        Validating current value: FAILED ERROR: (Hex 0xBFF69012) Attribute value is out of range.
        Unable to set current value

 

I updated the camera to the latest firmware (1.23.3.0) and the GevSCPInterfaceIndex compatibility issue was solved.

 

Any idea why a monochrome camera would have the PixelColorFilter?

0 Kudos
Message 3 of 4
(4,646 Views)
Solution
Accepted by topic author A.Low

Problem solved in unreleased firmware version 1.25.3-00.

 

Contact Point Grey for this firmware.

0 Kudos
Message 4 of 4
(4,636 Views)