• This topic is deleted!

    2
    0 Votes
    2 Posts
    20 Views
  • 相机提供C++的SDK吗?支持SDK的开发方式吗?

    2
    0 Votes
    2 Posts
    1k Views
    veye_xummV
    @毛宪历 不好意思,现在我们还没有提供成型的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
  • jetson xavier nx开发板相机驱动更新导致的系统问题

    6
    2
    0 Votes
    6 Posts
    2k Views
    W
    @veye_xumm 好的,非常感谢
  • VEYE-MIPI-IMX462 WDR MODE GHOST PROBLEM

    6
    0 Votes
    6 Posts
    2k Views
    veye_xummV
    @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.
  • NVidia Jetson Jetpack 6 support?

    55
    0 Votes
    55 Posts
    33k Views
    veye_xummV
    @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
  • mv-mipi-sc130m在Xavier nx上无法

    3
    2
    0 Votes
    3 Posts
    1k Views
    O
    Did u solve it ??? Iam using jetson nano B01 Devkit I have exact problem like u : [image: 1725393713979-1b047cd6-2fcf-43d5-a62e-ded2c5ab38de-image.png]
  • 相机运行一段时间后出现阻塞

    15
    0 Votes
    15 Posts
    5k Views
    veye_xummV
    @lin 相机触发模式出图和流模式出图,对你的程序接收图像而言,没有区别啊!
  • MIPI-VEYE462 menu on screen display

    4
    3
    0 Votes
    4 Posts
    999 Views
    veye_xummV
    @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. [image: 1722838648747-430b65cc-ea10-47f9-ae2a-42c02f3119eb-bddd9a7161c7e66c0648f1da3766162.png]
  • Can't select 25Hz framerate on MIPI IMX462

    2
    0 Votes
    2 Posts
    628 Views
    veye_xummV
    @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
  • 相机采集图像阻塞

    37
    0 Votes
    37 Posts
    17k Views
    T
    @veye_xumm 请问FPGA和RK3588直连,没有I2C,怎么在设备树里添加相机?相机驱动又该怎样处理?
  • IMX462 拍摄的小短片

    1
    0 Votes
    1 Posts
    511 Views
    No one has replied
  • 关于 CM4-NANO-B 同时使用CSI(IMX462)和DSI (微雪屏幕)

    1
    0 Votes
    1 Posts
    629 Views
    No one has replied
  • 3568上加载AR0234M

    9
    1
    0 Votes
    9 Posts
    2k Views
    veye_xummV
    @lin 应该还是设备树配置的问题。
  • 移植MV-IMX265驱动程序到迅为RK3568抓图卡死

    39
    2
    0 Votes
    39 Posts
    18k Views
    veye_xummV
    @w88121446 我们用的firefly的板子,gstreamer是支持gray8数据格式的。
  • Ar0234M isp畸变校正

    3
    0 Votes
    3 Posts
    1k Views
    veye_xummV
    @lin 你好,现在我们并没有使用rk3588内部的isp的经验。不好意思。
  • Purple hued images with IMX327.

    5
    1
    0 Votes
    5 Posts
    2k Views
    veye_xummV
    @newleaf Looking at the image you sent, I do think it's an IR cut issue. Could you tell me which aespeed-related command you used to reproduce this phenomenon?
  • 设置曝光值有限制

    16
    1
    0 Votes
    16 Posts
    4k Views
    veye_xummV
    @lin 不客气。
  • 多通道相机设备树设置

    5
    0 Votes
    5 Posts
    1k Views
    L
    @veye_xumm 解决了,dphy4不支持4lane
  • IMX327在樹梅派Zero W上驅動問題

    7
    6
    0 Votes
    7 Posts
    2k Views
    veye_xummV
    @leo12757 你好,抱歉这两天比较忙,我给一个大体的思路您可以试一下。 install_driver.sh在安装驱动的时候,做了如下两处更改,您可以手动去掉,然后重启系统后再测试一下。 Add gpu=256M to ${CONFIG_FILE},CONFIG_FILE="/boot/firmware/config.txt" or CONFIG_FILE="/boot/config.txt" echo "Add cma=128M to /boot/cmdline.txt "
  • 0 Votes
    7 Posts
    2k Views
    @veye_xumm 可以了,非常感谢