I recently bought two cheap webcams on Amazon and was planning to do some experiments with a dual webcam configuration. These cameras got pretty decent reviews and cost only a few dollars a piece, so I thought what could go wrong with these anyway?

The web cameras came packaged in a rather generic product box. By glancing at the packaging, the two web cameras I ordered looked identical:

Product Box
Product Box
Product Box (reverse side)
Product Box (reverse side)

But the actual webcams I received are not exactly the same. The webcam themselves look exactly like the one shown on Amazon, and both have the same product UPC. But the similarity ends there. One webcam comes with an extra TRS connector for microphone input.

Differences aside, do they actually work? I connected them on my Linux box (Ubuntu 10.04 64 bit) and the machine recognized the cameras without any issue. To my surprise, the picture quality is actually quite good as indicated by the many reviewers.

My issue however, is that the focal length of the two cameras are not the same. Image on one camera shows up larger (closer) than the other. The image color tones are also quite different between the two cameras (images from one is more blueish and more yellowish from the other). I had originally hoped to use the two cameras to do some experiments in stereo computer vision, but given that the parameters of these two seemingly identical webcams are quite different it probably would be better for me to use them elsewhere.

A quick lsusb command verified my observation. For the camera with the microphone input the device was identified as:

Bus 001 Device 010: ID 1871:0306 Aveo Technology Corp.

and the other webcam has a device id of:

Bus 001 Device 011: ID 18ec:3366 Arkmicro Technologies Inc.

So while the two webcams are sold under the same UPC, the same packaging and look almost identical, they are really two different webcams.

Another issue I quickly discovered is that the buttons on top of the webcams do not seem to work. I had tried using both Windows and Linux, running a slew of applications but none could detect the buttons.

At this point I decided to take a closer look at the inside to see what chip sets these cameras are using and see if I could figure out how to get the buttons to work.

Here is what I see after opening the first camera:

Webcam 1
Webcam 1

The chipset is marked as AV316S-1. Since the chip set used does not support audio, the microphone is actually routed separately, it is included in the same packaging just for the sake of it. In fact, the microphone is left dangling by just the wire connection, I am sure that any minute webcam movement while the microphone is in use would produce loud, unwanted noise.

If you look at the picture above, you’d see that the tactile push-button located on the top seemed to be “loose”. Here is a picture of this push-button viewed from the top.

Webcam 1
Webcam 1

The button itself does not seem to be connected to the main board in any obvious way. At first, I thought this was some clever design. But when I gently pulled the button, it slid out without any resistance. It is actually not connected!

Webcam 1
Webcam 1

As you can see from the picture below, the space where the button is placed has no connection to other parts of the circuit at all. So the designer actually went into all these troubles to design a switch that does not work.

Webcam 1
Webcam 1

What about the other webcam? Here is a picture of the circuit board inside the other camera:

Webcam 2
Webcam 2

The main chip inside has ARX3299GPFC printed on it. But I couldn’t find the datasheet for it anywhere. There is a Microchip 24LC16B EEPROM on the board as well, presumably it is used to store the USB vendor ID.

As for the tactile push-button? Well, it used the same “design technique”, except that the person who assembled this webcam somehow installed the button backward and left the unclipped pin side out. You can see this from the picture above.

Webcam 2
Webcam 2

Without the button, I would have already raved about the camera given the good image quality and extremely low price point. The designer must have felt inadequate not to include this clicky design and decided to fake it. But the reasoning behind this is truly mind boggling. After all, it is already a pretty good product why include something that is inoperative by design?

Be Sociable, Share!