Close

Obscure camera hardware

A project log for Low cost stereo camera

Building a cheap stereo camera using COTS parts

solenoidSolenoid 02/13/2017 at 20:452 Comments

I tried to find some information about the electronics on the board of the camera, but like a lot of cheap Chinese electronics it seems the used chip is not very documented, or at least not in English.

There seems to be only one chip doing all the work, there are traces going from the camera module to it, and the USB lines are also connected directly to the chip.

When calling lsusb in the command line it reports a 1e4e:0110 Cubeternet device for the camera. The manufacturer is listed as Etron Technology, Inc., but I was unable to find any datasheets on their website.

The code on the component itself didn't help much either:

If anybody has some more information about this particular device it would be welcome.

From the front the camera looks like it's missing a lot components. The diodes D1-6 are connected to Q2 which looks like a typical SMD transistor footprint, so technically it's possible to add some LEDs to the camera board, which is nice I guess...

On the back there is some code, possibly some production code:

Also there is an 8-pin unpopulated footprint (U5), seemingly not a necessary part, omitted to lower production costs. The traces go to the main chip, perhaps some memory?

I don't want to spend too much time reverse engineering the hardware for now, as it seems to be working well enough to make a stereo camera with a pair of those.

Discussions

kantoniak wrote 07/04/2021 at 22:01 point

Is the source code publicly available? I came here looking for details on the same component.

  Are you sure? yes | no

Mark Mullin wrote 06/13/2017 at 15:33 point

I feel your pain with regard to sensor programming - wasted a considerable amount of time on the Omnivision OV2640 camera, as this is all the available doco -- http://www.uctronics.com/download/cam_module/OV2640DS.pdf      For what its worth, I use www.arducam.com as a supplier, they are being extremely proactive in identifying and incorporating well documented sensors with their assemblies :-)

  Are you sure? yes | no