Motorized Focus Camera – operational parameters?
Published by [email protected] on
New Home › Forums › 1. Cameras Modules for Raspberry Pi › 5MP OV5647 V1 Cameras › Motorized Focus Camera – operational parameters?
- This topic has 3 replies, 2 voices, and was last updated 1 year ago by
bin.
- AuthorPosts
- January 15, 2020 at 8:25 pm #20218
[email protected]
ParticipantGreat camera. Much better than I expected.
I would like to know how the parameters in the following system call relate to the operation of the Motorized Focus Camera.
- os.system(“i2cset -y 0 0x0c %d %d” % (dat1, dat2))
I’ve read the MAN page for i2cset, but it doesn’t help me understand what the values of dat1 (data-address) and dat2 ([value]) should be to control camera focus?
- January 15, 2020 at 10:24 pm #20221
bin
KeymasterHi,
Thanks for your positive comment. In fact, we use a stepper driver chip to drive the focus motor
the driver chip open i2c interface and the timing is here:
We will write two data to the register. You can refer to the below image I attached for you:
- January 16, 2020 at 10:12 am #20235
[email protected]
ParticipantThis helps. Thanks.
i2c and bitwise operators are new to me. So I’m learning a lot.
I’m building a 3D stereo camera (my 6th one). Focusing the camera modules has always been a problem. And I had to build separate cameras for normal and macro photography.
https://www.pinterest.com/3dheiser/3d-stereo-compact-camera/
My current camera uses a StereoPi board. I will be upgrading it to the 5mp Motorized Focus cameras soon. It should be good for objects as close as 2ft (limited by convergence distance).
These Motorized Focus modules will make my next camera possible. It will have a mechanically adjustable stereo baseline and convergence distance that ties into the i2c system call for focus. I’ll use the 8mp Motorized Focus modules.
This stereo pair was made using the 5mp Motorized Focus camera. Two separate shots stitched together.
Also, I’ve ordered an ArduCAM stereo camera HAT to play around with.
- This reply was modified 1 year ago by
[email protected].
- This reply was modified 1 year ago by
[email protected].
- This reply was modified 1 year ago by
- January 19, 2020 at 11:54 pm #20261
bin
KeymasterHello,
Thanks for your positive comment, at present, our stereo camera board supports two identical sensors. and the two sensor can focus at the same time because of their sharing i2c bus.
- AuthorPosts
- You must be logged in to reply to this topic.