• 0 Votes
    17 Posts
    4k Views
    veye_xummV
    @sheko Sorry, I just got back from the Chinese New Year holiday. Regarding using the RAW-MIPI-SC132M on the Raspberry Pi 5, I suggest you primarily refer to this document. It covers driver installation, how to use the V4L2 mode, and methods for previewing using OpenCV. https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_rpi
  • 0 Votes
    14 Posts
    2k Views
    S
    @veye_xumm That's right. It worked with the lens. Thank you very much for your technical support.
  • rk3588 camera RAW 显示不正常

    3
    0 Votes
    3 Posts
    4k Views
    veye_xummV
    @fumyang 请问您用的是哪个相机模组?
  • sc130在214fps下抓拍不到闪光源

    15
    1
    0 Votes
    15 Posts
    8k Views
    X
    @veye_xumm 是的 非阻塞缓存后写图,已经解决了。抓拍的图像基本模拟一次就有一张抓拍,因为闪一次时间是1ms 所以只抓到一张也是合理的。
  • This topic is deleted!

    3
    1
    0 Votes
    3 Posts
    109 Views
  • cssc132 driver for Raspberry pi 5

    5
    0 Votes
    5 Posts
    3k Views
    veye_xummV
    @reinbb OK
  • CS-MIPI-IMX307 Serdes适配求助

    7
    0 Votes
    7 Posts
    4k Views
    F
    @veye_xumm 感谢感谢
  • ADP-N1-V2.0板载咨询

    5
    0 Votes
    5 Posts
    3k Views
    F
    @veye_xumm 感谢感谢,谢谢楼主指点
  • CS-MIPI-IMX307 hardware trigger

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @lnlinh said in CS-MIPI-IMX307 hardware trigger: streammode Sorry, CS-MIPI-IMX307 does not support external trigger mode, only free running and sync mode.
  • RAW-MIPI-SC132M驱动编译后无法正常播放

    12
    2
    0 Votes
    12 Posts
    5k Views
    veye_xummV
    客户已解决。是kernel配置中关于rkcif的配置原因。
  • CSSC132 driver load 问题

    9
    0 Votes
    9 Posts
    4k 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):" 谢谢!
  • No output from IMX462 module

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @frankerooney Since the driver has been probed, I assume that the hardware connection is fine. @frankerooney said in No output from IMX462 module: The program just then sits there, producing no output to stdout. I've waited 20 minutes or so, nothing produced. For v4l2 mode, veye_raspivid cannot be used . Please try part7——use qv4l2 first.
  • v4l2函数获取曝光值,为什么不行

    12
    0 Votes
    12 Posts
    5k Views
    veye_xummV
    @lin 参考一下part7.3
  • IMX335 trigger synchronization

    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @hchorsi said in IMX335 trigger synchronization: Can the IMX335 sensor be synchronized with an illumination source such as projector using trigger pins? What are the requirements for the trigger signal in terms of the frequency, amplitude, duty cycle,...? Sorry, the VEYE-MIPI-IMX335 has an ISP module and does not support external synchronization and trigger signals.
  • software trigger for MV-MIPI-SC130M

    4
    0 Votes
    4 Posts
    3k Views
    veye_xummV
    @dm @dm said in software trigger for MV-MIPI-SC130M: Are the trigger pins of the sensor not connected to the device controller? The trigger pins of the sensor are connected to the device controller
  • 相机驱动显示正常,但是不能连接到dphy上

    2
    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @lin 不好意思,现在我们研发的状态是RK3568平台的驱动移植还没有完成。 此事我们已经列入开发计划,预计春节后开始。
  • cs-mipi-imx307检测不到摄像头

    16
    1
    0 Votes
    16 Posts
    6k Views
    veye_xummV
    @liuyue 已私信。
  • v4l2显示摄像头可调参数语句用不了

    5
    0 Votes
    5 Posts
    3k Views
    L
    @veye_xumm 谢谢,原来它只能写成/dev/v4l-subdev2
  • 树莓派5b & 2个sc132 相机,拍照问题

    10
    0 Votes
    10 Posts
    5k Views
    veye_xummV
    @mjyc ./media_setting_rpi5.sh XXX只有这个是必须要执行的。 上电之后,执行一次。
  • roc-rk3588s-pc怎么驱动两个ar0234M

    10
    1
    0 Votes
    10 Posts
    4k Views
    veye_xummV
    @lin 你的图片我看不到。但是根据你的描述,似乎没有更新dtb。 另外我们提供了一个现成的镜像,在这个链接: https://github.com/veyeimaging/rk35xx_firefly/releases