Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • General Discussion
    • Machine Vision camera
    • VEYE MIPI camera
    • CS MIPI camera
    • FPD LINK III Camera
    • USB camera
    • Raspberry Pi App Software
    • Jetson App Software
    • NXP i.MX App Software
    • Rockchip App camera
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • L

      UNSOLVED IMX327在樹梅派Zero W上驅動問題
      VEYE MIPI camera • • leo12757

      7
      0
      Votes
      7
      Posts
      655
      Views

      veye_xumm

      @leo12757
      你好,抱歉这两天比较忙,我给一个大体的思路您可以试一下。
      install_driver.sh在安装驱动的时候,做了如下两处更改,您可以手动去掉,然后重启系统后再测试一下。

      Add gpu=256M to ${CONFIG_FILE},CONFIG_FILE="/boot/firmware/config.txt" or CONFIG_FILE="/boot/config.txt"

      echo "Add cma=128M to /boot/cmdline.txt "

    • H

      UNSOLVED CSSC132 driver load 问题
      CS MIPI camera • • Homer

      9
      0
      Votes
      9
      Posts
      1741
      Views

      H

      @veye_xumm 对的,所以我感觉很奇怪。 下面是我修改的install_driver.sh
      echo "Add cma=128M to /boot/firmware/cmdline.txt "
      echo "--------------------------------------"
      sudo sed 's/cma=128M//g' -i /boot/firmware/cmdline.txt
      sudo sed 's/[[:blank:]]*$//' -i /boot/firmware/cmdline.txt
      sudo sed 's/$/& cma=128M/g' -i /boot/firmware/cmdline.txt
      echo "Installing the $driver_name.ko driver"
      echo "--------------------------------------"
      sudo install -p -m 644 ./driver_bin/$(uname -r)/$driver_name.ko /lib/modules/$(uname -r)/kernel/drivers/media/i2c/
      sudo install -p -m 644 ./driver_bin/$(uname -r)/$driver_name.dtbo /boot/firmware/overlays/
      sudo /sbin/depmod -a $(uname -r)
      echo "reboot now?(y/n):"

      谢谢!

    • 若

      SOLVED IMX462在树莓派Bookworm系统上能正常使用qv4l2,但是无法切换日夜模式
      VEYE MIPI camera • • 若兮鱼

      7
      0
      Votes
      7
      Posts
      836
      Views

      若

      @veye_xumm 可以了,非常感谢

    • S

      SOLVED veye-mipi-imx462在树莓派5上无法用i2c设置参数
      VEYE MIPI camera • • sqf121

      4
      0
      Votes
      4
      Posts
      800
      Views

      veye_xumm

      @sqf121 不客气。

    • F

      UNSOLVED No output from IMX462 module
      CS MIPI camera • • frankerooney

      2
      0
      Votes
      2
      Posts
      969
      Views

      veye_xumm

      @frankerooney
      Since the driver has been probed, I assume that the hardware connection is fine.

      @frankerooney said in No output from IMX462 module:

      The program just then sits there, producing no output to stdout. I've waited 20 minutes or so, nothing produced.

      For v4l2 mode, veye_raspivid cannot be used .

      Please try part7——use qv4l2 first.

    • L

      SOLVED 脚本修改lane值
      VEYE MIPI camera • • lin

      11
      0
      Votes
      11
      Posts
      969
      Views

      L

      @veye_xumm 好的,已解决

    • L

      相机设备树修改
      VEYE MIPI camera • • lin

      10
      0
      Votes
      10
      Posts
      890
      Views

      L

      @veye_xumm 好的,已解决

    • A

      UNSOLVED RAW-MIPI-IMX462M 長時間曝光設定
      VEYE MIPI camera • • atboy

      4
      0
      Votes
      4
      Posts
      365
      Views

      veye_xumm

      @atboy 通过邮件联系吧。sales@csoneplus.com

    • L

      SOLVED 相机驱动
      VEYE MIPI camera • • lin

      38
      0
      Votes
      38
      Posts
      7635
      Views

      veye_xumm

      @023 就是最常用的1.25间距白端子。

    • E

      SOLVED How to get actual gain and shutter?
      VEYE MIPI camera • • Egor

      3
      0
      Votes
      3
      Posts
      518
      Views

      veye_xumm

      @egor Sorry, this feature is not supported right now.

    • 张

      UNSOLVED 怎么通过V4L2直读摄像头内存,现在按常规的操作ioctl无法实现
      VEYE MIPI camera • • 张志伟

      18
      0
      Votes
      18
      Posts
      1511
      Views

      veye_xumm

      @张志伟 按照我我们wiki上步骤去调用yavta存图一定是可以的。你把你用的命令发出来我看看。

    • L

      SOLVED 获取相机图像帧被阻塞
      VEYE MIPI camera • • lin

      3
      0
      Votes
      3
      Posts
      370
      Views

      L

      @veye_xumm 解决了,重启后,可以了

    • N

      UNSOLVED Recommendation to reduce startup latency for IMX327S
      VEYE MIPI camera • • newleaf

      2
      0
      Votes
      2
      Posts
      367
      Views

      veye_xumm

      @newleaf said in Recommendation to reduce startup latency for IMX327S:

      For our system, we utilize 940nm IR lighting at night that is triggered by motion. I noticed that there is a 1-3 second period for the camera to adjust each time if we start streaming when the lighting is activated. The first few images are washed out until AE kicks in. What's the recommended approach to eliminate this latency and the initial washout? Should we explore manual exposure and gain? Thx!

      You can try configuring aespeed first, and then try manual mode if that doesn't meet your needs.
      https://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#aespeed

    • Z

      SOLVED imx462 driver update for raspberrypi 6.1.21-v8+
      VEYE MIPI camera • • zoldaten

      2
      0
      Votes
      2
      Posts
      627
      Views

      veye_xumm

      @zoldaten Approve

    • X

      SOLVED IMX178M 触发模式,软触发会概率性无法触发
      Machine Vision camera • • xym

      5
      0
      Votes
      5
      Posts
      1827
      Views

      veye_xumm

      @xym 可能是pipeline效率的原因,buffer不够用导致丢帧了。

    • F

      UNSOLVED 树莓派5+bookworm +IMX365 遇到问题
      Raspberry Pi App Software • • fuhesong

      3
      0
      Votes
      3
      Posts
      1321
      Views

      F

      pi@raspberrypi:~/raspberrypi_v4l2/i2c_cmd/source $ sudo ./make.sh

      问题:
      i2c_read.c: In function ‘main’:
      i2c_read.c:112:42: warning: passing argument 4 of ‘i2c_rd’ from incompatible pointer type [-Wincompatible-pointer-types]
      112 | i2c_rd(fd, device_addr,reg_addr, &value, num);
      | ^~~~~~
      | |
      | unsigned char (*)[512]
      i2c_read.c:20:68: note: expected ‘unsigned char ’ but argument is of type ‘unsigned char ()[512]’
      20 | static int i2c_rd(int fd, uint8_t i2c_addr, uint16_t reg, uint8_t *values, uint32_t n)
      5157972e-2e6f-451a-b0df-c2344adf9ed2-001.JPG

      pi@raspberrypi:~/raspberrypi_v4l2/i2c_cmd/source $ dmesg | grep veye
      [ 2.947096] veyecam2m: loading out-of-tree module taints kernel.
      [ 2.957137] veyecam2m 4-003b: Unable to load ds90ub954 driver,will go on
      [ 2.984139] rp1-cfe 1f00110000.csi: found subdevice /axi/pcie@120000/rp1/i2c@88000/veyecam2m@3b
      [ 2.984914] rp1-cfe 1f00128000.csi: found subdevice /axi/pcie@120000/rp1/i2c@80000/veyecam2m@3b
      [ 3.082974] veyecam2m 4-003b: camera id is veyecam2m
      [ 3.084546] veyecam2m 4-003b: sensor is IMX385
      [ 3.084552] veyecam2m 4-003b: board type is ONE board
      [ 3.084970] rp1-cfe 1f00128000.csi: Using sensor veyecam2m 4-003b for capture
      [ 3.106635] veyecam2m 4-003b: veyecam2m camera probed
      [ 3.113508] veyecam2m 6-003b: Unable to load ds90ub954 driver,will go on
      [ 3.229811] veyecam2m 6-003b: probe failed
      pi@raspberrypi:~/raspberrypi_v4l2/i2c_cmd/source $ cd
      cd raspberrypi_v4l2/rpi5_scripts
      ./media_setting_rpi5.sh veyecam2mpi@raspberrypi:~ $ cd raspberrypi_v4l2/rpi5_scripts
      pi@raspberrypi:~/raspberrypi_v4l2/rpi5_scripts $ ./media_setting_rpi5.sh veyecam2m
      This is a Raspberry Pi 5.
      camera is YUV type
      camera name veyecam2m; width 1920; height 1080; media_fmt UYVY8_1X16; pixel_fmt UYVY
      CAM1 probed: media device is /dev/media2
      set CAM1 finish, plese get frame from /dev/video0 and use /dev/v4l-subdev2 for camera setting
      veyecam2m 6 NOT FOUND
      pi@raspberrypi:~/raspberrypi_v4l2/rpi5_scripts $

    • L

      SOLVED 编译veye_mvcam.ko报错
      VEYE MIPI camera • • lin

      4
      0
      Votes
      4
      Posts
      819
      Views

      veye_xumm

      @lin said in 编译veye_mvcam.ko报错:

      RKMODULE_CSI_INPUT

      forlinx的kernel源码不支持RKMODULE_GET_CSI_DSI_INFO这个宏定义,可以注掉代码。

    • cheesefish

      SOLVED raw-mipi-sc132获得图片出现光斑,整体明暗变化明显问题
      Rockchip App camera • • cheesefish

      2
      0
      Votes
      2
      Posts
      1461
      Views

      veye_xumm

      @cheesefish 光斑应该来自某种你没弄明白的光源,你可以拍摄一下远处外景对比一下。
      亮度整体变化是你的环境光变化导致的。

    • E

      SOLVED IMX-287M: How to synchronize video frame capture with an LED?
      Raspberry Pi App Software • • etale_cohomology

      6
      0
      Votes
      6
      Posts
      1652
      Views

      E

      @veye_xumm Okay, thank you very much for the replies.

    • L

      SOLVED 相机硬触发,采集图像
      VEYE MIPI camera • • lin

      29
      0
      Votes
      29
      Posts
      6245
      Views

      veye_xumm

      @lin 是的。
      不过你要是用视频流模式当然可以咯。