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

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

      26
      0
      Votes
      26
      Posts
      3923
      Views

      veye_xumm

      @canglin 默认是discontinues模式。

    • L

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

      5
      0
      Votes
      5
      Posts
      1217
      Views

      L

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

    • V

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

      25
      0
      Votes
      25
      Posts
      4937
      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
      1476
      Views

      L

      @veye_xumm 好的,谢谢

    • N

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

      18
      0
      Votes
      18
      Posts
      4832
      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
      770
      Views

      veye_xumm

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

    • -

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

      51
      0
      Votes
      51
      Posts
      12248
      Views

      veye_xumm

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

    • N

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

      12
      0
      Votes
      12
      Posts
      1452
      Views

      veye_xumm

      @newleaf You are welcome.

    • N

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

      3
      0
      Votes
      3
      Posts
      877
      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
      2300
      Views

      veye_xumm

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

    • Y

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

      7
      0
      Votes
      7
      Posts
      1430
      Views

      veye_xumm

      @yd 已添加,请通过。

    • H

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

      20
      0
      Votes
      20
      Posts
      7425
      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
      4467
      Views

      S

      @veye_xumm 我换块板子试试吧

    • L

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

      10
      0
      Votes
      10
      Posts
      1868
      Views

      veye_xumm

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

    • H

      SOLVED mv_mipi_i2c.sh
      VEYE MIPI camera • • hxm

      3
      0
      Votes
      3
      Posts
      790
      Views

      veye_xumm

      @hxm https://github.com/veyeimaging/nvidia_jetson_veye_bsp/tree/master/mv_tools_jetson

    • L

      UNSOLVED roc-rk3588s-pc在sdk中修改设备树,编译后,没有找到节点名字
      CS MIPI camera • • lin

      2
      0
      Votes
      2
      Posts
      671
      Views

      veye_xumm

      @lin 你使用的源码版本有可能给我们的版本不同。
      我觉得需要首先判断一下你的系统最终生效的dtb的名字是什么。
      firefly的sdk的不同的版本,可能对应不同的dtb名字。
      系统起来之后,运行这个命令有可能能有提示。

      dmesg | dts
    • J

      SOLVED VEYE-imx462 and Orin Nano developer kit problem
      VEYE MIPI camera • • joe

      17
      0
      Votes
      17
      Posts
      1991
      Views

      veye_xumm

      @joe yes

    • P

      SOLVED IMX462 ISP设置失败
      VEYE MIPI camera • • peter

      2
      0
      Votes
      2
      Posts
      328
      Views

      veye_xumm

      @peter
      你好,中括号[]不需要输入。比如-p1 NTSC,这样即可。

    • 乔

      imx462与rk3588无法出图问题
      VEYE MIPI camera • • 乔康

      2
      0
      Votes
      2
      Posts
      522
      Views

      veye_xumm

      @乔康 感谢你的分享。
      这个问题应该还是跟kernel版本有关系。我们开始调的3588的kernel版本不需要veyecam2m_g_bus_config功能。
      总是,驱动调试你们很棒了~👍

    • A

      SOLVED Issues with RAW-MIPI-SC132M on Jetson Nano Dev Kit
      Machine Vision camera • • Antony

      9
      0
      Votes
      9
      Posts
      1791
      Views

      veye_xumm

      @antony
      You've made a very accurate analysis and testing, which is admirable.
      For this camera model, to save space, we use a double-sided contact connector, which indeed has caused some issues. We are planning to improve this module by replacing it with a 22-pin single-sided contact connector.

      I, together with our hardware colleagues, conducted an analysis, and the results align with your test findings.
      After reconnecting the FFC cable correctly following a reversal, the sensor's registers and error codes did not indicate a damaged state for the camera.

      0cc7b86d-d1f6-4833-b373-dc0dc445c5ed-f5b019a3f2a6617992ded7348331e2b.png
      In the case of reversed power connection, the pins that are actually damaged are CON_CS_D1P and CON_CSI_CLKP. Unfortunately, this issue cannot be detected through software.