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

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

      4
      0
      Votes
      4
      Posts
      657
      Views

      veye_xumm

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

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

    • D

      SOLVED SC535M设置默认相机参数画面显示不正常的问题
      Jetson App Software • • Dangal

      24
      0
      Votes
      24
      Posts
      5195
      Views

      veye_xumm

      经过验证,xavier平台可以通过设置配置prefer_stride为64,分辨率是2432x2048的大小。但是tx2平台不行,还是得要求256的整数倍。

    • X

      SOLVED Radxa Zero 3W And SC535
      Rockchip App camera • • xu

      15
      0
      Votes
      15
      Posts
      6528
      Views

      veye_xumm

      @xu 识别到产品型号了,正常。

    • C

      SOLVED 树莓派5 + RAW-MIPI-IMX462M编译出错
      Raspberry Pi App Software • • chenhaoyu

      8
      0
      Votes
      8
      Posts
      1196
      Views

      veye_xumm

      @chenhaoyu
      这个实现不了,树莓派只有两个mipi口。

    • 毛

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

      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开发板相机驱动更新导致的系统问题
      VEYE MIPI camera • • wjh666

      6
      0
      Votes
      6
      Posts
      553
      Views

      W

      @veye_xumm 好的,非常感谢

    • V

      SOLVED To get videomatrix temperature of MV-MIPI-SC130M
      Machine Vision camera • • Victor

      4
      0
      Votes
      4
      Posts
      1066
      Views

      veye_xumm

      @victor Sorry for the late reply.
      After communicating with the sensor manufacturer, I found that the built-in temperature sensor in the SC130GS is extremely inaccurate and cannot be used properly.

    • D

      SOLVED jetson tx2 + SC535M 一拖五 jetpack 4.6.x的驱动问题
      Jetson App Software • • Dangal

      22
      0
      Votes
      22
      Posts
      3596
      Views

      veye_xumm

      @dangal
      你已经搞成了。
      由于你只在i2c-30上接入了一个,因此只识别到了一个相机。其他i2c 31-35都报了读取寄存器错误,这是正常的。

    • E

      SOLVED 多相机硬触发同步,时间戳的数值是否可以直接对应
      General Discussion • • EtherealHorizon

      5
      0
      Votes
      5
      Posts
      949
      Views

      E

      @veye_xumm 好的,感谢

    • Z

      IMX265 -RK3568
      Machine Vision camera • • zang

      4
      0
      Votes
      4
      Posts
      869
      Views

      veye_xumm

      @zang 相机是支持这个分辨率配置的。你的整个操作报什么错误吗?
      可以用mv_mipi_i2c.sh脚本读取一下相机实际roi确认是否已经配置到camera里面。
      另外300不利于对齐,你可以试试304

    • S

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

      6
      0
      Votes
      6
      Posts
      711
      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?
      VEYE MIPI camera • • vitob

      55
      0
      Votes
      55
      Posts
      12939
      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

    • O

      SOLVED Jetson Nano B01 MV IMX264
      Jetson App Software • • Otca

      7
      0
      Votes
      7
      Posts
      1667
      Views

      veye_xumm

      @otca I will continue discussing that issue with you in the other post.

    • S

      SOLVED mv-mipi-sc130m在Xavier nx上无法
      VEYE MIPI camera • • 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

    • F

      CS-MIPI-IMX307 Serdes适配求助
      CS MIPI camera • • fancong

      7
      0
      Votes
      7
      Posts
      1775
      Views

      F

      @veye_xumm 感谢感谢

    • L

      SOLVED RAW-MIPI-AR0234M 在NX平台下,2lane和4 lanes都无法采图
      Jetson App Software • • Leibnitz

      18
      0
      Votes
      18
      Posts
      2624
      Views

      veye_xumm

      @leibnitz
      是的,qv4l2拿到图像,进行转码,搬移,预览,做了很多工作。整个pipeline的冗长和软件效率的问题导致预览无法达到相机的输出能力。

      用下面https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_jetson/zh#.E5.B8.A7.E7.8E.87.E7.BB.9F.E8.AE.A1
      7.3.2 帧率统计
      的命令来统计一下实际相机输出的帧率。

    • L

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

      15
      0
      Votes
      15
      Posts
      2610
      Views

      veye_xumm

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

    • S

      RK3568 GC8034 相机预览画面异常绿屏
      Rockchip App camera • • Scroll

      4
      0
      Votes
      4
      Posts
      1811
      Views

      J

      @scroll 您好,我使用其他的相机,遇到了和您一样的问题,请问您解决了吗?

    • F

      SOLVED jetson系列csi和mv相机基于JetPack_4.6.5的驱动支持
      Jetson App Software • • fancong

      4
      0
      Votes
      4
      Posts
      1555
      Views

      veye_xumm

      @fancong
      请参考:
      https://github.com/veyeimaging/nvidia_jetson_veye_bsp/releases/tag/v1.29

    • A

      SOLVED IMX462M pixelformat on RPi5
      Machine Vision camera • • alex_ai

      24
      0
      Votes
      24
      Posts
      6764
      Views

      A

      @alex_ai said in IMX462M pixelformat on RPi5:

      I need wait for clear sky to test and provide feedback

      Finally tested, for gain value 20 it is looks pretty same with color sensor with ISP, but background no so black as for color sensor.
      For me this issue resolved, attached examples to compare (10 seconds stacks)

      IMX462 mono
      IMX462M_small.jpg

      IMX462 color with ISP
      IMX462C_small.jpg