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

      SOLVED 如何设置ar0234接收单通道的图像。而不是rgb的。
      VEYE MIPI camera • • lizi

      2
      0
      Votes
      2
      Posts
      1043
      Views

      veye_xumm

      @lizi 你好,我们这个相机本身是黑白的,只有一个通道。 驱动输出的数据也是单通道的。 你的意思是进入opencv现在是三通道模式的? 不好意思,这个我们对opencv的确不太熟,这方面需要再研究。

    • D

      SOLVED MV-MIPI-IMX296硬触发模式下opencv无法读取图像
      General Discussion • • Danny

      5
      0
      Votes
      5
      Posts
      2923
      Views

      D

      @veye_xumm 好的,感谢解答。

    • L

      SOLVED cs-mipi-imx307检测不到摄像头
      CS MIPI camera • • liuyue

      16
      0
      Votes
      16
      Posts
      5929
      Views

      veye_xumm

      @liuyue 已私信。

    • E

      SOLVED How to set exposure for IMX-287M?
      Raspberry Pi App Software • • etale_cohomology

      6
      0
      Votes
      6
      Posts
      3007
      Views

      veye_xumm

      @etale_cohomology said in How to set exposure for IMX-287M?:

      It turns out you must manually select the I2C bus number (I also enabled I2C on raspi-config). Since I'm using CAM0 on RPI5, the bus is 6. Example:
      ./mv_mipi_i2c.sh -r -f manufacturer -b 6
      This works.

      Yes

    • L

      SOLVED 树莓派的流模式和硬触发模式
      Raspberry Pi App Software • • lizi

      6
      0
      Votes
      6
      Posts
      2869
      Views

      veye_xumm

      @lizi 好的。

    • veye_xumm

      SOLVED RAW-MIPI-AR0234M配置为4lane模式
      Machine Vision camera • • veye_xumm

      55
      0
      Votes
      55
      Posts
      30067
      Views

      L

      @veye_xumm 好的,感谢

    • C

      SOLVED imx462寄存器值
      VEYE MIPI camera • • canglin

      26
      0
      Votes
      26
      Posts
      8513
      Views

      veye_xumm

      @canglin 默认是discontinues模式。

    • L

      SOLVED v4l2显示摄像头可调参数语句用不了
      CS MIPI camera • • lin

      5
      0
      Votes
      5
      Posts
      2645
      Views

      L

      @veye_xumm 谢谢,原来它只能写成/dev/v4l-subdev2

    • V

      SOLVED New Raspberry pi 5 support
      VEYE MIPI camera • • Vaa

      25
      0
      Votes
      25
      Posts
      11057
      Views

      V

      @vaa said in New Raspberry pi 5 support:

      @veye_xumm
      In case I try to set pixel_format to any other value is cause VIDIOC_STREAMON fail. I suppose this is a bug in the driver.
      Some other applications like gstreamer only set pixel_format if you directly point to do this, this is why it works, but many others (e.g. trying to set default pixel_format) are not.

      Will you going to fix the issue?

    • L

      UNSOLVED 3588修改行对齐
      VEYE MIPI camera • • lin

      12
      0
      Votes
      12
      Posts
      2986
      Views

      L

      @veye_xumm 好的,谢谢

    • N

      UNSOLVED ROC-RK3588S-PC and IMX462
      Rockchip App camera • • natzguk

      18
      0
      Votes
      18
      Posts
      8196
      Views

      veye_xumm

      @natzguk pls try this:
      https://github.com/veyeimaging/rk35xx_firefly/blob/main/linux/samples/gstreamer/veye camera/preview.sh

    • L

      UNSOLVED 使用i2c.sh读写曝光参数,但实时图像预览图像并没有变化
      VEYE MIPI camera • • liliant

      6
      0
      Votes
      6
      Posts
      1629
      Views

      veye_xumm

      @liliant 一般来说,能出图,i2c是通的;那么摄像头应该没有坏,控制参数也应该生效才对。

    • -

      SOLVED MV-MIPI-SC130m 检测不到摄像头
      General Discussion • • -LLL

      51
      0
      Votes
      51
      Posts
      28484
      Views

      veye_xumm

      @lll 是的。本质上是修改对应的寄存器即可。

    • N

      SOLVED IMX327S with reComputer Xavier/Nano
      VEYE MIPI camera • • newleaf

      12
      0
      Votes
      12
      Posts
      3429
      Views

      veye_xumm

      @newleaf You are welcome.

    • N

      SOLVED RaspberryPi OS 64-bit
      Raspberry Pi App Software • • natzguk

      3
      0
      Votes
      3
      Posts
      2007
      Views

      N

      @veye_xumm For anyone else. This works perfectly. Note that when recompiling on 64-bit Pi, the following warning is produced. It still builds. Just copy the outputs to bin and the scripts work fine.

      ./make.sh i2c_read.c: In function ‘main’: i2c_read.c:112:35: 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)
    • M

      SOLVED 树莓派5b & 2个sc132 相机,拍照问题
      CS MIPI camera • • MJYC

      10
      0
      Votes
      10
      Posts
      4354
      Views

      veye_xumm

      @mjyc
      ./media_setting_rpi5.sh XXX只有这个是必须要执行的。
      上电之后,执行一次。

    • Y

      SOLVED rk3588和斯特威sensor适配问题
      Rockchip App camera • • yd

      7
      0
      Votes
      7
      Posts
      3093
      Views

      veye_xumm

      @yd 已添加,请通过。

    • H

      SOLVED 调用摄像头方法
      VEYE MIPI camera • • hxm

      20
      0
      Votes
      20
      Posts
      10473
      Views

      veye_xumm

      @hxm fcf1a632-3381-4084-817b-f27489ad76ae-image.png

    • S

      SOLVED veye-mipi-imx287m识别不到
      VEYE MIPI camera • • stark

      26
      0
      Votes
      26
      Posts
      9968
      Views

      S

      @veye_xumm 我换块板子试试吧

    • L

      SOLVED roc-rk3588s-pc怎么驱动两个ar0234M
      CS MIPI camera • • lin

      10
      0
      Votes
      10
      Posts
      3754
      Views

      veye_xumm

      @lin 你的图片我看不到。但是根据你的描述,似乎没有更新dtb。
      另外我们提供了一个现成的镜像,在这个链接:
      https://github.com/veyeimaging/rk35xx_firefly/releases