News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Help on CCTV Camera Driver (SIMD Assembly Language)

Started by opmat, January 23, 2013, 02:23:07 AM

Previous topic - Next topic

Farabi

http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

Farabi

I had 2 camera attached to my laptop, I can acess both, but not programatically, I need user interaction. Maybe people here know how to use VFW32 to do this programatically? Both are at location index 0 based on the device manager, which mean it share the same line, at USB.

I can access it programatically by using third party library like OpenCV but I want to know how to use VFW32 for this since OpenCV use it too.

http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

Farabi



When I first plugged my Glasses to my laptop, the OS did not recognize what it was. It even told me that there is some trouble on my hardware. But dont give up yet. Take a look at the device manager, the question mark one, make sure it was your device by unpluging it and pluging it again. Take a look at what Windows can read from the Chip. It is the Vendor ID and the Product ID. My hardware vendor is unknown, but it used a known processor known as syntek. Just type the Vendor ID and the Product ID on google, and you can find the driver to suit your need. It worked for me. Now, I can use my glasses on my laptop as a webcam.

The problem is, when I plugged my glasses and my bluetooth together, my glasses run out of bandwith. So, for some system, make sure you have enough bandwith for multiple USB device. I only able to run 2 cameras at once without bluetooth device. Never tried more of it.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

t4joseph

 ::) This obviously is a compound program, that on a good day should be written by a number of individuals.  May I ask, how many of you have been assigned to write this program or is it individually. 
Have you tried reading an image file first.  That will give you a head start...
Tips for reading image file and displaying it on screen:
a. read picture file into memory
b. Load picture file from memory handle into an Ipicture pointer
c. release the image to screen

just a thought...hope it helps