Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. VEYE MIPI camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • 毛

      SOLVED RAW_MIPI_SC535M相机实时帧率获取问题(framecount报错)
      • 毛宪历

      12
      0
      Votes
      12
      Posts
      1754
      Views

      veye_xumm

      线下沟通,已解决。
      解决方案是,在取图之前,通过system函数直接调用如下脚本:

      export I2C_BUS=7 export WIDTH=2432 export HEIGHT=500 export FPS=50 v4l2-ctl -d /dev/v4l-subdev2 --set-ctrl roi_x=0 v4l2-ctl -d /dev/v4l-subdev2 --set-ctrl roi_y=548 media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']'

      然后再取图。
      如果直接用mv_mipi_i2c,sh配置roi,那么相机内的参数直接被修改,这个数值无法实时反映到v4l2驱动层中。造成参数的错乱。

    • M

      SOLVED IMX287 1.43 firrmware link does not work
      • mca312

      4
      0
      Votes
      4
      Posts
      818
      Views

      M

      @veye_xumm Thank you for the quick assistance

    • 若

      SOLVED IMX462 请问下英伟达驱动里的Image文件还在吗,我搜不到
      • 若兮鱼

      3
      0
      Votes
      3
      Posts
      504
      Views

      若

      @veye_xumm 好的,感谢,找到了,得用新的链接,我用的是之前旧的链接

    • X

      SOLVED VEYE_MIPI_IMX462编译raspberrypi_v4l2报错
      • xmy

      4
      0
      Votes
      4
      Posts
      710
      Views

      veye_xumm

      @xmy
      编译完之后,按照文档的part3部分,安装驱动就可以了。
      https://wiki.veye.cc/index.php/Build_drivers_from_source_for_rpi/zh

    • X

      SOLVED VEYE-MIPI-327S是否可用raspistill指令输出包含bayer数据的.jpg图
      • xmy

      16
      0
      Votes
      16
      Posts
      1622
      Views

      X

      @veye_xumm OK,明白,多谢!

    • 毛

      SOLVED RAW_MIPI_SC535M设置ROI
      • 毛宪历

      3
      0
      Votes
      3
      Posts
      699
      Views

      毛

      @veye_xumm 感谢

    • 毛

      SOLVED RAW-MIPI-SC535M格式取流设置问题
      • 毛宪历

      4
      0
      Votes
      4
      Posts
      658
      Views

      veye_xumm

      @毛宪历
      这个板子上,请使用如下命令进行测试先:

      python3 ./v4l2dev_2_opencv_show_grey.py --width 2432 --height 2048 --fps 50 --i2c 7

    • 毛

      This topic is deleted!
      • 毛宪历

      2
      0
      Votes
      2
      Posts
      20
      Views
    • 毛

      SOLVED 相机提供C++的SDK吗?支持SDK的开发方式吗?
      • 毛宪历

      2
      0
      Votes
      2
      Posts
      296
      Views

      veye_xumm

      @毛宪历 不好意思,现在我们还没有提供成型的SDK。
      提供的资料是以标准v4l2接口实现的。
      你可以参考下面这个链接的7.4.4 yavta应用范例。
      https://wiki.veye.cc/index.php/MV_Camera_on_Firfly_Boards/zh#yavta.E5.BA.94.E7.94.A8.E8.8C.83.E4.BE.8B

    • W

      SOLVED jetson xavier nx开发板相机驱动更新导致的系统问题
      • wjh666

      6
      0
      Votes
      6
      Posts
      556
      Views

      W

      @veye_xumm 好的,非常感谢

    • S

      SOLVED VEYE-MIPI-IMX462 WDR MODE GHOST PROBLEM
      • SkySplitter

      6
      0
      Votes
      6
      Posts
      719
      Views

      veye_xumm

      @skysplitter It is recommended that you turn off the 3D denoise and wdr features if you have a relatively fast moving vehicle in your usage scenario. This is because these two features essentially use two frames of data to calculate.
      2d denoise can be turned on.

    • V

      NVidia Jetson Jetpack 6 support?
      • vitob

      55
      0
      Votes
      55
      Posts
      12957
      Views

      veye_xumm

      @vitob said in NVidia Jetson Jetpack 6 support?:

      In the meantime, can you help explain this question on tegra-camera.ko and v4l2-core/*.ko? Why they needs to be updated and where can I find the source code of them? Once updating them using the veye release .ko, will that affect other cameras (for example, I want to port/develop driver for another sensor myself)? Thanks.

      These driver changes add support for RAW8 RAW10 RAW12 data types on the one hand, and externally triggered modes on the other.
      Their code reference:
      https://github.com/veyeimaging/nvidia_jetson_veye_bsp/tree/master/kernel_patch_4_mv/l4t-r36.3

      Compile step by step reference::
      https://wiki.veye.cc/index.php/VEYE_CS_Camera_source_for_Jetson

    • S

      SOLVED mv-mipi-sc130m在Xavier nx上无法
      • stark

      3
      0
      Votes
      3
      Posts
      540
      Views

      O

      Did u solve it ???
      Iam using jetson nano B01 Devkit
      I have exact problem like u :
      1b047cd6-2fcf-43d5-a62e-ded2c5ab38de-image.png

    • L

      相机运行一段时间后出现阻塞
      • lin

      15
      0
      Votes
      15
      Posts
      2610
      Views

      veye_xumm

      @lin 相机触发模式出图和流模式出图,对你的程序接收图像而言,没有区别啊!

    • O

      MIPI-VEYE462 menu on screen display
      • oleg

      4
      0
      Votes
      4
      Posts
      396
      Views

      veye_xumm

      @oleg
      This link provides a reference for workarounds to this problem.
      Camera menu appears on VEYE-MIPI-IMX327S

      However, I'm curious why this issue occurs so frequently on your end. Could you please measure the SCL level using an oscilloscope? When the VEYE module is not configured, SCL should always remain high. If there are frequent and continuous level changes, it indicates that the system is operating on the I2C bus.

      430b65cc-ea10-47f9-ae2a-42c02f3119eb-bddd9a7161c7e66c0648f1da3766162.png

    • C

      SOLVED Can't select 25Hz framerate on MIPI IMX462
      • carrot

      2
      0
      Votes
      2
      Posts
      264
      Views

      veye_xumm

      @carrot said in Can't select 25Hz framerate on MIPI IMX462:

      Please try this:

      sudo ./veye_mipi_i2c.sh -w -f videoformat -p1 PAL -b 9 gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! "video/x-raw(memory:NVMM),format=(string)UYVY,width=(int)1920,height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)I420" ! fpsdisplaysink video-sink=fakesink -v
    • L

      SOLVED 相机采集图像阻塞
      • lin

      37
      0
      Votes
      37
      Posts
      6436
      Views

      T

      @veye_xumm 请问FPGA和RK3588直连,没有I2C,怎么在设备树里添加相机?相机驱动又该怎样处理?

    • Y

      IMX462 拍摄的小短片
      • yiming

      1
      0
      Votes
      1
      Posts
      238
      Views

      No one has replied

    • Y

      关于 CM4-NANO-B 同时使用CSI(IMX462)和DSI (微雪屏幕)
      • yiming

      1
      0
      Votes
      1
      Posts
      247
      Views

      No one has replied

    • L

      SOLVED 3568上加载AR0234M
      • lin

      9
      0
      Votes
      9
      Posts
      1279
      Views

      veye_xumm

      @lin 应该还是设备树配置的问题。