VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • S

      Is there 4 camera system for CS-FPD-CAM Series?

      Watching Ignoring Scheduled Pinned Locked Moved FPD LINK III Camera
      12
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      @sophiajackson22 Thank you for the information, I will keep an eye on it.
    • E

      Hardware Triggering for the CS-MIPI-SC132

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      12
      0 Votes
      12 Posts
      4k Views
      veye_xummV
      @ess You are welcome.
    • K

      VEYE-MIPI-327E 使用gstreamer預覽畫面出現問題

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      2
      0 Votes
      12 Posts
      2k Views
      veye_xummV
      @kuo 祝贺!
    • B

      AGX Xavier使用385问题

      Watching Ignoring Scheduled Pinned Locked Moved Jetson App Software
      12
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      @bouncy 打印出来的帧率从30.26缓慢下降到30.00 这个是正常的。因为这个程序统计帧率是每秒钟统计一次,第一次统计会有1帧的误差,后面会逐渐逼近到最准确的数。 画面依然出现卡顿现象,请问这个原因可能是由什么引起的。 这个比较奇怪,在我这运行完全没问题。这里面用到的nvidconv是使用了硬件资源的。而且agx xavier性能干这点活,完全没有问题。 不知你的机器有没有同时干其他工作? 可以用jtop分析一下。
    • C

      多路sc132未识别

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      12
      3
      0 Votes
      12 Posts
      3k Views
      veye_xummV
      @veye_xumm 要不你把整套板子寄过来我们来检查一下吧
    • Y

      MV-MIPI-SC130驱动

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      0 Votes
      12 Posts
      2k Views
      veye_xummV
      @simonpi 不明白你的意思,wiki上都有啊~
    • P

      jetson-Nano emmc版本载板的veye驱动文件

      Watching Ignoring Scheduled Pinned Locked Moved Jetson App Software
      12
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      @panguin @panguin said in jetson-Nano emmc版本载板的veye驱动文件: 您所说的extlinux.conf文件指的是主机还是开发板上的目录,应该是开发板吧? 是的
    • W

      MV-MIPI-IMX296M 修改imgdir参数值,设备重启后无法保存设置后的参数

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      12
      1
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      @wackyrabbits 我私信你
    • O

      Jetson Nano 更新DTB后无法启动系统

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      1
      0 Votes
      12 Posts
      3k Views
      O
      @veye_xumm ok,寄到哪
    • cheesefishC

      Jetson Nano B01安装raw-mipi-sc132m并使用

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      6
      0 Votes
      12 Posts
      3k Views
      cheesefishC
      @veye_xumm 好的,非常感谢!
    • R

      关于第三方载板移植SC132M时发现只有当两个相机同时接入时才能工作的问题

      Watching Ignoring Scheduled Pinned Locked Moved Machine Vision camera
      12
      0 Votes
      12 Posts
      6k Views
      veye_xummV
      @robot 有一种可能,你的i2c和mipi是错配的。
    • N

      IMX327S with reComputer Xavier/Nano

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      0 Votes
      12 Posts
      4k Views
      veye_xummV
      @newleaf You are welcome.
    • L

      3588修改行对齐

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      0 Votes
      12 Posts
      3k Views
      L
      @veye_xumm 好的,谢谢
    • L

      v4l2函数获取曝光值,为什么不行

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      12
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      @lin 参考一下part7.3
    • A

      RAW-MIPI-SC132M驱动编译后无法正常播放

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      12
      2
      0 Votes
      12 Posts
      5k Views
      veye_xummV
      客户已解决。是kernel配置中关于rkcif的配置原因。
    • 毛

      RAW_MIPI_SC535M相机实时帧率获取问题(framecount报错)

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      12
      0 Votes
      12 Posts
      4k Views
      veye_xummV
      线下沟通,已解决。 解决方案是,在取图之前,通过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驱动层中。造成参数的错乱。
    • I

      RAW-MIPI-SC53M maximum exposure length

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

      radxa zero 3e, yocto linux 6.13, imx287

      Watching Ignoring Scheduled Pinned Locked Moved Rockchip App camera
      12
      0 Votes
      12 Posts
      6k Views
      veye_xummV
      @nkos Sorry, regarding the attempt to port the camera to the Radxa Zero 3 + 6.x, we tried to set up the standard build environment but were unable to compile successfully. I posted a question on the Radxa forum, but have not yet received a follow-up response. As for the method you mentioned to configure our registers, we recommend that you do not use the driver. Instead, please use our mv_mipi_i2c.sh script. https://wiki.veye.cc/index.php/Mv_mipi_i2c.sh_user_guide
    • E

      Problem installing the driver for the SC132.

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      11
      0 Votes
      11 Posts
      4k Views
      veye_xummV
      @esjeeybi I have compiled the version you need, please check GitHub.
    • W

      Xavier AGX Jetpack4.6不能刷入MPI327相机驱动

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      11
      5
      0 Votes
      11 Posts
      2k Views
      veye_xummV
      @wudecao 这个不能算是错误,因为你并没有插入6个摄像头。所以会提示有的摄像头检测到,有的检测不到。