poll.txt Driver File Contents (CM7326_CM7327_20030414.ZIP)

//
//
// This polling method only works in DOS-DPMI32 and Windows NT4/2000
//
//
//


HDCARD hdcard;
int camera;
BOOL b;

do some initialization


// Set poll mode
DCardSetDriverParam(hdcard,0,DRVP_NOWAITCAPTURE,TRUE);	




// when capture

b=DCardDigitEx(hdcard,camera,.......,NULL,size,&dsize,flip);	// take a capture to the driver's DMA memory (DOS and NT only)
if (b) {
	DWORD pending=1;
	DWORD dws,dwe;
	dws=GetTickCount();
	do {
		if (DCardGetDriverParam(hdcard,0,DRVP_NOWAITCAPTURE,&pending)) {	// capture still pending ?
			if (pending==0) break;	// if capture is finished exit loop
			} else {
			pending=1;	// if GetParam error set pending
			}
		Sleep(5);
		dwe=GetTickCount();
		} while(dwe-dws<120);		// check timeout
	if (pending) {				// if capture is pending
		DCardDigitEx(hdcard,camera,0,0,8,0,NULL,0,&dsize);	// stop capture
		b=FALSE;
		}
	}

// B==TRUE if capture was OK, B==FALSE if not
// if capture OK, use DCARDPARAM.lpMem to access image data
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 3.49