VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login

    IMX462 with Raspberry Pi Zero 2

    Scheduled Pinned Locked Moved VEYE MIPI camera
    5 Posts 2 Posters 1.6k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      Nathan Sinclair
      last edited by

      Followed instructions in 327 instructions for raspberrypi

      1. enabled legacy mode in bullseye raspi
      2. ran ./veye_raspipreview -v -t -1 -p '0,0,1920,1080'
      3. ran ./veye_raspistill -o ./test.jpg

      here's the verbose output for the 2 commands

      ./veye_raspipreview -v -t -1 -p '0,0,1920,1080'
      before create camera com time out -1
      
      veye_raspipreview Camera App v0.3.7
      
      Width 1920, Height 1080, filename (null)
      Time delay -1, Timelapse 0
      Link to latest frame enabled  no
      Full resolution preview No
      Capture method : Single capture
      
      Preview Yes, Full screen No
      Preview window 0,0,1920,1080
      Opacity 255
      Hardare version: 902120
      before create camera com 
      mmal: mmal_component_enable w 1920 h 1080 fps 30 
      
       raspipreview_create  com 
      
      ./veye_raspistill -o ./test.jpg
      Hardare version: 902120
      before create camera com sensor mode 0
      

      Neither program produces any output. Confirmed that the camera is plugged correctly into the camera port.

      veye_xummV 1 Reply Last reply Reply Quote 0
      • veye_xummV Offline
        veye_xumm @Nathan Sinclair
        last edited by

        @nathan-sinclair

        Please refer to the following link.
        https://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/

        Before any operation, please execute the command provided.

        ./camera_i2c_config
        

        Questions will be answered as soon as possible, please be patient.
        如果你使用中文,请直接用中文提问。
        May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

        N 1 Reply Last reply Reply Quote 0
        • N Offline
          Nathan Sinclair @veye_xumm
          last edited by

          @veye_xumm It reports i2c information, sensor is imx462, but i still couldn't get a preview of the camera.

          veye_xummV 1 Reply Last reply Reply Quote 0
          • veye_xummV Offline
            veye_xumm @Nathan Sinclair
            last edited by

            @nathan-sinclair
            Is this the board you're using? I'll try it.
            https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/

            Questions will be answered as soon as possible, please be patient.
            如果你使用中文,请直接用中文提问。
            May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

            veye_xummV 1 Reply Last reply Reply Quote 0
            • veye_xummV Offline
              veye_xumm @veye_xumm
              last edited by

              @veye_xumm

              The feedback from this link below is the same as your problem, and although it is in Chinese, the images in it are informative.
              https://forum.veye.cc/topic/187/veye-mipi-imx385在新版raspberry-pi-zero-2-w上无法使用

              I'll list the points to use:

              1. Use a separate 5V supply.
              2. On the raspberry pi zero 2w, the power on enable pin for camera, needs to be executed separately:
               raspi-gpio set 40 dh
              

              Once this is done, the camera can be detected on the i2c-10 bus.

               i2cdetect -y 10
              

              The 0x3b device can be detected and the script can read and write camera parameters now.
              After completing the above steps, you can use the veye_raspicam series software normally.

              Questions will be answered as soon as possible, please be patient.
              如果你使用中文,请直接用中文提问。
              May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post