Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Popular
    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
    • All Time
    • Day
    • Week
    • Month
    • W

      SOLVED cs_mini_i2c.sh问题
      FPD LINK III Camera • • wqeeqweqwwccsd

      9
      0
      Votes
      9
      Posts
      1510
      Views

      veye_xumm

      @wqeeqweqwwccsd
      当然是支持的。你可以看这篇文章 6.3 6.4两个部分。
      http://wiki.veye.cc/index.php/FPD_LINK_III_for_Jetson/zh
      其中,6.4 xavier的典型案例就有实现了同一颗954连接的两路视频的同步。

    • J

      SOLVED 使用IMX307相机dtb和Image在agx xavier更新dtb失败
      CS MIPI camera • • jdx-jdx

      9
      0
      Votes
      9
      Posts
      906
      Views

      veye_xumm

      @jdx-jdx
      是的。probe成功才会生成video节点。

    • M

      SOLVED IMX385 Jetson Xavier NX Gstreamer error!!!
      VEYE MIPI camera • • maponarooo

      9
      0
      Votes
      9
      Posts
      2069
      Views

      M

      @veye_xumm Okay. Anyway Thank you.

    • L

      imx307不能识别到videox
      CS MIPI camera • • Lkarthus

      9
      0
      Votes
      9
      Posts
      910
      Views

      L

      @veye_xumm 好的 谢谢 我再重新搞一下

    • N

      SOLVED Using veye-mipi-327 with opencv
      VEYE MIPI camera • • Nathan Sinclair

      9
      0
      Votes
      9
      Posts
      885
      Views

      N

      @veye_xumm I was just looking at the i2c program. Call this resolved.

    • L

      UNSOLVED IMX307采用视频预览模式读取图片有延时
      CS MIPI camera • • lyj

      9
      0
      Votes
      9
      Posts
      977
      Views

      veye_xumm

      @lyj 我说的这个buffer不是camera里面的buffer,而是jetson主板上为了接收图像而创建的buffer。 不能设置为1,需要有一定的冗余才好。

    • L

      SOLVED 3568上加载AR0234M
      VEYE MIPI camera • • lin

      9
      0
      Votes
      9
      Posts
      1098
      Views

      veye_xumm

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

    • D

      SOLVED Imx385无法识别i2c
      CS MIPI camera • • dufuwei

      9
      0
      Votes
      9
      Posts
      1807
      Views

      veye_xumm

      @dufuwei 不好意思,我们这个无法绕过ISP模块。也不能提供完整的原理图。

    • 阿

      SOLVED MV-MIPI-IMX264在迅为RK3568上成像内容不正确
      VEYE MIPI camera • • 阿坎德

      9
      0
      Votes
      9
      Posts
      2522
      Views

      veye_xumm

      @阿坎德 你好,有进一步的结果吗?

    • H

      UNSOLVED CSSC132 driver load 问题
      CS MIPI camera • • Homer

      9
      0
      Votes
      9
      Posts
      1368
      Views

      H

      @veye_xumm 对的,所以我感觉很奇怪。 下面是我修改的install_driver.sh
      echo "Add cma=128M to /boot/firmware/cmdline.txt "
      echo "--------------------------------------"
      sudo sed 's/cma=128M//g' -i /boot/firmware/cmdline.txt
      sudo sed 's/[[:blank:]]*$//' -i /boot/firmware/cmdline.txt
      sudo sed 's/$/& cma=128M/g' -i /boot/firmware/cmdline.txt
      echo "Installing the $driver_name.ko driver"
      echo "--------------------------------------"
      sudo install -p -m 644 ./driver_bin/$(uname -r)/$driver_name.ko /lib/modules/$(uname -r)/kernel/drivers/media/i2c/
      sudo install -p -m 644 ./driver_bin/$(uname -r)/$driver_name.dtbo /boot/firmware/overlays/
      sudo /sbin/depmod -a $(uname -r)
      echo "reboot now?(y/n):"

      谢谢!

    • 潘

      SOLVED 相机抓图相关问题
      Rockchip App camera • • 潘阳刚

      8
      0
      Votes
      8
      Posts
      1650
      Views

      veye_xumm

      已私信。已私信。

    • R

      UNSOLVED veye_raspistill hangs up
      VEYE MIPI camera • • Roger

      8
      0
      Votes
      8
      Posts
      1131
      Views

      R

      With this fix it seems more reliable but it did crash again last night leaving a veye_raspistill Zombie. Short stack trace:-

      Apr 11 23:31:21 allsky kernel: [22053.109872] WARNING: CPU: 3 PID: 20358 at drivers/firmware/raspberrypi.c:64 rpi_firmware_transaction+0xec/0x128
      Apr 11 23:31:21 allsky kernel: [22053.109884] Firmware transaction timeout
      Apr 11 23:31:21 allsky kernel: [22053.109895] Modules linked in: rpcsec_gss_krb5 8021q garp stp llc spidev brcmfmac brcmutil sha256_generic i2c_mux_pinctrl i2c_mux raspberrypi_hwmon cfg80211 rfkill bcm2835_codec(C) v4l2_mem2mem bcm2835_v4l2(C) bcm2835_isp(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc snd_bcm2835(C) videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common snd_pcm snd_timer i2c_bcm2835 snd spi_bcm2835 videodev mc vc_sm_cma(C) uio_pdrv_genirq uio fixed i2c_dev ip_tables x_tables ipv6
      Apr 11 23:31:21 allsky kernel: [22053.110362] CPU: 3 PID: 20358 Comm: kworker/3:0 Tainted: G C 5.10.17-v7+ #1403
      Apr 11 23:31:21 allsky kernel: [22053.110369] Hardware name: BCM2835
      Apr 11 23:31:21 allsky kernel: [22053.110386] Workqueue: events dbs_work_handler

    • Z

      UNSOLVED sc132 sync模式无电平输出
      CS MIPI camera • • zjutony

      8
      0
      Votes
      8
      Posts
      845
      Views

      veye_xumm

      @zjutony
      a5a4e9a6-73d9-4791-be79-2b8d3929796d-image.png
      c8d0ee25-5791-4830-baae-bb3c47232379-image.png
      你好,我这边freerunning模式跑的,测试没问题。
      要不你配置一下sysreset,让模组恢复下默认值,然后再测试试试?

    • P

      SOLVED Driver update for raspberrypi 6.1.21-v7+
      Raspberry Pi App Software • • PicantePeperoni

      8
      0
      Votes
      8
      Posts
      858
      Views

      veye_xumm

      @picantepeperoni You are welcome.

    • Y

      How to change FPD-Link 3 Operating Mode (CSI-2 mode -> raw mode)
      FPD LINK III Camera • • yongjin

      8
      0
      Votes
      8
      Posts
      1661
      Views

      veye_xumm

      @yongjin
      I don't know what your current state of knowledge is. If you don't understand i2C, you don't understand fpdlink, you don't understand registers. I think you should first learn the basics and be able to understand the information and code we provide now, and then proceed to your next work.
      Good luck.

    • V

      Adapter for veye327e for rk3399 neo 4
      VEYE MIPI camera • • Viktor

      8
      0
      Votes
      8
      Posts
      525
      Views

      V

      @veye_xumm ok

    • S

      UNSOLVED Raspberry Pi + sc130
      CS MIPI camera • • Seyran

      8
      0
      Votes
      8
      Posts
      1618
      Views

      veye_xumm

      @seyran Извините, что так долго не отвечал вам. Судя по вашему снимку экрана, похоже, что команда была выполнена правильно. Вы должны видеть изображение при подключении монитора HDMI.

    • C

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

      8
      0
      Votes
      8
      Posts
      915
      Views

      veye_xumm

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

    • W

      sync问题
      FPD LINK III Camera • • wqeeqweqwwccsd

      8
      0
      Votes
      8
      Posts
      1821
      Views

      veye_xumm

      @wqeeqweqwwccsd
      你这种测试方法是极为模糊和不确切的。请参考我上一个帖子发给你的链接。

    • W

      lowlight in veye_mipi_i2c.sh seems to do nothing
      VEYE MIPI camera • • watchever

      8
      0
      Votes
      8
      Posts
      683
      Views

      veye_xumm

      @watchever
      I think what you mentioned is mshutter. Yes, of course.
      mshutter :
      If you use manual mode, the exposure time will be independent of the ambient brightness.