Skip to content

Make BisonCam work on Windows Vista

I had a problem installing the BisonCam Driver on my ASUS Laptop running Windows Vista, The XP driver didn’t work at all and I expected that…

This is how I got it working…

Download the driver Bison_Camera_Vista32_NB.zip from MSI and install it.

Then you need to Reboot. Do NOT avoid to reboot because you are too lazy, otherwise it won’t work!

After that, you need to make some registry modifications. Easy way to do it is to copy the registry code into notepad and save it as a .reg file. After that, just double click the .reg file and apply the registry modification. (Copy the code in between Registry Info tag)

The Cam might show the picture as upside down, All you got to do is a Verticle Flip, Its on the Option ==> Video Capture Filter ==> Rotation

Windows Registry Editor Version 5.00

<br /> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cam5603D]<br /> "SensorType"=dword:0000000a<br /> "LensType"=dword:0000000c<br /> "ImageSize"=dword:00000001<br /> "ViewSize"=dword:00000a50<br /> "SnapItem"=dword:00000000<br /> "MPTest"=dword:00000000<br /> "RGB24"=dword:00000000<br /> "WideScreen"=dword:00000000<br /> "DeviceOffOn"=dword:00000000<br /> "CpuUsage"=dword:00000000<br /> "DcOffset"=dword:00000000<br /> "AeTable"=dword:00000000<br /> "PCB_SIZE"=dword:00000001<br /> "PropShowItem"=dword:00000000<br /> "SXGASize"=dword:00000001<br /> "BlockS3S4"=dword:00000000<br /> "AETarget"=dword:00000000<br /> "FlikerLim"=dword:00000000<br /> "InterpolationMethod"=dword:00000000<br /> "ADC"=dword:00000000<br /> "DC_Level"=dword:00000000<br /> "Gama_Offset"=dword:00000000<br /> "ImageEffect"=dword:00000000<br /> "ChkPacketHdr"=dword:00000000<br /> "SaBase"=dword:00000006<br /> "SaDivitor"=dword:00000006<br /> "SensorYUYV"=dword:00000000<br /> "AvgAE"=dword:00000000<br /> "Timer1"=dword:0000000a<br /> "Timer2"=dword:0000005a<br /> "PowerDown"=dword:00000000<br /> "DoXPC3"=dword:00000001<br /> "Do2KC3"=dword:00000001<br />
<br /> [HKEY_LOCAL_MACHINE\SOFTWARE\BisonCam]<br /> "AgcGainType"=dword:00000000<br />
<br /> [HKEY_LOCAL_MACHINE\SOFTWARE\WebCam\M2000]<br /> "StillImage"=dword:0000000a<br /> "MultiLangID"=dword:00000009<br />

comments powered by Disqus