• 0 Votes
    2 Posts
    3k Views
    veye_xummV
    @lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞,回头会更新到上面。
  • VEYE-LVDS-327

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @lozinski Sorry, we currently do not have products that meet your requirements. The VEYE-LVDS-327 has been discontinued for a long time.
  • RAW-MIPI-SC53M maximum exposure length

    12
    0 Votes
    12 Posts
    7k Views
    veye_xummV
    @golden0514 你好。 我们相机有一个底层逻辑,fps参数会优先于曝光时间设置。 如果你想要1秒的曝光时间,需要先将帧率设置为1帧/秒,然后再设置曝光时间即可。
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 多相机硬触发同步,时间戳的数值是否可以直接对应

    5
    0 Votes
    5 Posts
    3k Views
    E
    @veye_xumm 好的,感谢
  • VEYE-MIPI-MX462 day/night switch

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @egor Sorry, I think the accurate way to do this now is still through an external sensor like a photocell.
  • MV IMX 287 多相机12bit录制问题

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @etherealhorizon 使用mv_mipi_i2c.sh脚本,只是直接写入了摄像头寄存器,配置了摄像头的数据格式,但是v4l2驱动中并未得到通知。建议你采用v4l2-ctl配置相机关于相机分辨率,帧率,数据格式的参数。 比如用下面这个脚本测测看。 export WIDTH=704 export HEIGHT=544 export FPS=319 v4l2-ctl --set-ctrl roi_x=0 v4l2-ctl --set-ctrl roi_y=0 v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=XY12 v4l2-ctl --set-ctrl frame_rate=$FPS v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=XY12 --stream-mmap --stream-count=1000 -d /dev/video0 --verbose --stream-to=test1.raw
  • IMX 287 opencv python多线程多相机硬触发帧率下降

    9
    0 Votes
    9 Posts
    5k Views
    veye_xummV
    @etherealhorizon @etherealhorizon said in IMX 287 opencv python多线程多相机硬触发帧率下降: 最后是用python多进程为每个相机分别subprocess运行v4l2-ctl命令行然后读取--stream-mmap --verbose的时间戳 这个时间戳不够准确,如果你的算法对事件准确性要求不高,也可以先这样用。 @etherealhorizon said in IMX 287 opencv python多线程多相机硬触发帧率下降: 还想请教一下怎么做real time binning,就是实时地将2x2或者4x4的像素值求和再保存,我们的c水平比较烂哈哈。 这个我们也缺乏实际经验。不好意思。
  • VEYE website from US. Too many redirects.

    3
    0 Votes
    3 Posts
    3k Views
    veye_xummV
    @newleaf By upgrading wordpress I think I have solved the problem, please try again.
  • MV-MIPI-IMX296硬触发模式下opencv无法读取图像

    5
    2
    0 Votes
    5 Posts
    3k Views
    D
    @veye_xumm 好的,感谢解答。
  • MV-MIPI-SC130m 检测不到摄像头

    51
    1
    0 Votes
    51 Posts
    31k Views
    veye_xummV
    @lll 是的。本质上是修改对应的寄存器即可。
  • MV-MIPI-IMX296M 修改ISP参数保存

    修改并保存isp参数信息
    5
    0 Votes
    5 Posts
    3k Views
    J
    @wackyrabbits said in MV-MIPI-IMX296M 修改ISP参数保存: @veye_xumm Thanks for answering the above question. Please also answer the following questions: Are the Enable/Disable values ​​of the three parameters gammaenable, dpcenable, and lutenable such that enable is 1 and disable is 0? Is the value range of the gamma parameter (0, 4.0] ( Range (0,4.0], accurate is 0.01.), modify the gamma parameter value, but the screen does not respond. The current pixelformat is UYVY. If you want the gamma parameter to be effective, do you need to adjust the pixelformat to Mono8? Certainly! Here are the responses: Generally, in software or systems, the convention for enabling or disabling parameters often follows a pattern where 'enable' is represented by 1 and 'disable' is represented by 0. However, it's essential to refer to the specific documentation or guidelines for the software or system you're working with, as conventions can vary across different platforms or contexts. The gamma parameter typically ranges from 0.01 to 4.0, inclusive. It seems that you're modifying the gamma parameter within the specified range, but the screen doesn't respond. Changing the pixel format to Mono8 might be necessary for the gamma parameter to take effect, especially if the current pixel format (UYVY) doesn't support gamma adjustments. Some pixel formats may not support certain image processing functionalities, so switching to a compatible format like Mono8 could enable the gamma parameter to function as intended. Always refer to the software or hardware documentation for specific details on parameter compatibility and functionality within different pixel formats to ensure the desired adjustments take effect.
  • IMX662

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @alex_ai Sorry, we currently don't have plans to proceed with the development of this sensor.
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    3k Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    3k Views
  • Build source from FPDlink VEYE IMX327s camera

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @red Pls refer to this link: https://wiki.veye.cc/index.php/VEYE_CS_Camera_source_for_Jetson
  • Open.HD and Smaller form factor MIPI Camera

    5
    0 Votes
    5 Posts
    3k Views
    N
    @macdaddyfpv Hi VEYE Team and community, I'm a developer working on the Open.HD project and I've made great progress in integrating the new single board cameras. I've also added some settings changes to the UI. However, the size of these cameras can be a limitation for some users. Are there any plans to develop smaller-sized cameras, or perhaps a smaller multiboard solution? This could be a valuable addition for our project. Thanks for your excellent work! [SRD-STATUS-CHECK] to share your thoughts and suggestions.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • MV-MIPI-IMX296M 使用raw8视频流触发,获取画面不清晰

    5
    0 Votes
    5 Posts
    3k Views
    W
    @veye_xumm 好的,您推测的正确的,我们这边在研究研究
  • 0 Votes
    12 Posts
    5k Views
    veye_xummV
    @wackyrabbits 我私信你