Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. zoldaten
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Groups 0

    zoldaten

    @zoldaten

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email poisk123@yandex.ru

    zoldaten Follow

    Latest posts made by zoldaten

    • imx462 driver update for raspberrypi 6.1.21-v8+

      hello.

      i am trying install driver on raspbian bullseye:

      6.1.21-v8+
      

      following the steps -
      https://wiki.veye.cc/index.php/Build_drivers_from_source_for_rpi

      i did:

      sudo apt update
      sudo apt full-upgrade
      sudo apt install raspberrypi-kernel-headers
      cd ~/rasp/driver_source/cam_drv_src/rpi-6.1.y
      make
      

      after that :

      cd raspberrypi_v4l2/release/
      sudo ./install_driver.sh veyecam2m
      reboot
      

      but camera doesnt work:

      dmesg | grep veye
      [    0.068867] platform fe801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/veyecam2m@3b
      [   10.519453] veyecam2m: loading out-of-tree module taints kernel.
      [   10.645721] veyecam2m 10-003b: probe failed
      

      what should be done in addition ?

      ok, fixed that - i use cm4 so need to add to /boot/config.txt:

      dtoverlay=veyecam2m
      dtoverlay=veyecam2m,cam0
      
      posted in VEYE MIPI camera
      Z
      zoldaten
    • imx462 cant configure

      hello.
      i work with imx462 on cm4_nano_b with compute module 4 Raspbian Bullseye 64bit.
      and i see menu when use gstreamer :
      Screenshot_2.jpg

      how to fix that ?

      trying to fix that i follow this link:
      http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/
      but when i execute:
      ./camera_i2c_config
      i see:

      setting GPIO for board revsion: c03140
      CM4 - assume CAM1 on 44&45
      ./camera_i2c_config: 255: rpi3-gpiovirtbuf: not found
      Use i2c-10 for the sensor (-y 10)
      

      that`s strange as i have rpi3-gpiovirtbuf in dir and i did
      sudo chmod +x for it.

      may be there are configs for 32bit ?
      how to set camera in 64bit OS ?

      please help.

      posted in VEYE MIPI camera
      Z
      zoldaten