Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

why asking niimage1394.pdb

want to try the 1394 without IMAQ code in VC,
 
 
 char   camName[64];  
 unsigned int bytesPerPixel, bitsPerPixel, plotFlag;
 Rect   rectangle = {0, 0, 0, 0};
 HDC             hDc;
 HRGN            hRgn;
 
strcpy(camName,"cam0");
 
imaq1394CameraOpen2 (camName, IMG1394_CAMERA_MODE_CONTROLLER, &Sid);
when run till this line, it open a window, asking "please enter the path for niimaq1394.pdb".
 
what's wrong ?
0 Kudos
Message 1 of 2
(5,152 Views)
Zy--

    The imaq1394CameraOpen2 is part of our driver to interface with 1394 cameras.  Which it looks like you are trying to use; however, in the first sentence of your post you said you are trying to use your 1394 camera without the IMAQ driver. Is this correct?  If you want to use the 1394 driver then you will need to install and license it. Actually you will want to install and activate IMAQdx driver.  If you haven't done this yet, it is something that you will need to do to use the driver and might help with the error.  If this is not what is going on or I have misunderstood then please let me know and I'll do my best to help out.

Regards,

John H
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(5,142 Views)