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
    • E

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

      3
      0
      Votes
      3
      Posts
      638
      Views

      veye_xumm

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

    • 张

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

      18
      0
      Votes
      18
      Posts
      1979
      Views

      veye_xumm

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

    • L

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

      3
      0
      Votes
      3
      Posts
      447
      Views

      L

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

    • N

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

      2
      0
      Votes
      2
      Posts
      457
      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
      711
      Views

      veye_xumm

      @zoldaten Approve

    • X

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

      5
      0
      Votes
      5
      Posts
      2065
      Views

      veye_xumm

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

    • F

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

      3
      0
      Votes
      3
      Posts
      1513
      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
      884
      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
      1648
      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
      2009
      Views

      E

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

    • L

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

      29
      0
      Votes
      29
      Posts
      7290
      Views

      veye_xumm

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

    • J

      SOLVED IMX462 and Jetson Nano problem
      VEYE MIPI camera • • joe

      2
      0
      Votes
      2
      Posts
      431
      Views

      veye_xumm

      @joe The software part of the work seems fine. Next, we need to check if the hardware connections are correct, paying particular attention to the orientation of the FFC cable.

    • F

      树莓派4B +IMX462+FFMPEG+meteor master ai 流星监控方案 不断更新
      Raspberry Pi App Software • • fuhesong

      16
      0
      Votes
      16
      Posts
      4419
      Views

      F

      LivePushStream_2024-04-21_04.49.41.300_04.49.44.300_流星数1.jpg

      http://hainanftp.net/lx/LivePushStream_2024-04-21_04.49.41.300_04.49.44.300_流星数1.mp4

    • N

      UNSOLVED reComputer Xavier+327S stress testing - dma_alloc_coherent failed
      Jetson App Software • • newleaf

      6
      0
      Votes
      6
      Posts
      3206
      Views

      N

      @newleaf BTW, the I2C features are nice and work quite well. Was able to port the code over to Go. 🙂

    • cheesefish

      SOLVED RAW-MIPI-SC132M硬触发导致图像采集丢失
      Rockchip App camera • • cheesefish

      4
      0
      Votes
      4
      Posts
      1386
      Views

      veye_xumm

      @cheesefish 好的,不客气。

    • L

      SOLVED v4l2函数获取曝光值,为什么不行
      CS MIPI camera • • lin

      12
      0
      Votes
      12
      Posts
      3264
      Views

      veye_xumm

      @lin 参考一下part7.3

    • L

      SOLVED IMX462 15pin 1mm pitch to 18pin to 0.5mm pitch connection
      VEYE MIPI camera • • lukapercic

      2
      0
      Votes
      2
      Posts
      359
      Views

      veye_xumm

      @lukapercic The number of pins and the spacing of the connectors are different, so I believe they cannot be directly connected together.

    • N

      UNSOLVED reComputer J202 Nano and 327S I2C bus issue
      Jetson App Software • • newleaf

      3
      0
      Votes
      3
      Posts
      1152
      Views

      N

      Just wanted to provide a followup on this. Reached out to Seeed and they said they would order a camera and investigate further.

      I also had some success on the Nano by reducing the cable length between the Nano and the camera (using a CSI-HDMI adapter from Arducam). Worked sometimes on first boot. Then stopped.

      Regardless, we are nearing a deadline and decided to switch to the Xavier for a prototype. The Nano has been challenging due to reduced support from NVIDIA.

      I believe you are right about device tree. Something different from first boot compared to reboot. Even with the longer cable, it was 100% consistent with this strange behavior.

    • M

      SOLVED Issues with Hardware Trigger and 2 cameras
      VEYE MIPI camera • • mca312

      3
      0
      Votes
      3
      Posts
      647
      Views

      M

      @veye_xumm ok thank you. We'll try generating an external trigger and seeing how things sync up. We will follow up with more questions if we have any.

    • F

      基于VEYE系列相机CSI_IMX307的HTTP/RTSP推流方案
      Jetson App Software • • fancong

      1
      0
      Votes
      1
      Posts
      1000
      Views

      No one has replied