Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure absolute shutter parameter with ni-imaq 1394 in C++ environment

When i call the command: imaq1394SetAttribute(sid, IMG1394_ATTR_ABSOLUTE_SHUTTER, 0.001) the driver send me the following result : Invalide pointer. The pointer may be NULL when it should be non-NULL, or non-NULL when it should be NULL. How can i set the shutter in absolute mode without any bad pointer result ?? Help me, please.
0 Kudos
Message 1 of 2
(3,671 Views)
Hi
imaq1394SetAttribute(sid, IMG1394_ATTR_ABSOLUTE_SHUTTER, 0.001)
What is the pointer expected in this function? sid is an array? Check if you pass in the function the correct type of data ...

Kamal
NIF 
0 Kudos
Message 2 of 2
(3,631 Views)