IMX519 i2c values

  1. Where did you get the camera module(s)?
    ArduCam partner

  2. Model number of the product(s)?
    IMX519
    B0371

  3. What hardware/platform were you working on?
    Jetson Nano 2GB B01 with Ubuntu platform

  4. Instructions you have followed. (link/manual/etc.)
    IMX519 on Jetson Nano with no Autofocus option - #2 by Edward

  5. Problems you were having?
    I have started running through Python and figuring out what the focuser.py file does. I can now replicate the i2c commands in the terminal. I am trying to use the zoom function of this camera. But I am just guessing the values for what the steps are. I thought maybe the zoom would have the same max as the focus.so I ran the following command

i2cset -y 6 0x0c 0x02 0x0f

The motor ran all the way out and made a horrible sound as it kept trying to go. Had to unplug the whole system to get it to stop.

  1. The dmesg log from your hardware?
    Same as the previous thread.

  2. Troubleshooting attempts you’ve made?
    What I described above. Last thing I want to do is kill the camera sending i2cset commands that it can’t handle. I have read through all of the material in the document section you pointed me to in the previous topic, but can not find an answer.

  3. What help do you need?
    What are the i2c min and max values for the zoom?

Hi,
This value is just for the code. And it is for your reference.