Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Recent
    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
    • O

      MIPI-VEYE462 menu on screen display
      VEYE MIPI camera • • oleg

      4
      0
      Votes
      4
      Posts
      396
      Views

      veye_xumm

      @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.

      430b65cc-ea10-47f9-ae2a-42c02f3119eb-bddd9a7161c7e66c0648f1da3766162.png

    • E

      SOLVED VEYE-MIPI-MX462 day/night switch
      General Discussion • • Egor

      2
      0
      Votes
      2
      Posts
      817
      Views

      veye_xumm

      @egor Sorry, I think the accurate way to do this now is still through an external sensor like a photocell.

    • C

      SOLVED Can't select 25Hz framerate on MIPI IMX462
      VEYE MIPI camera • • carrot

      2
      0
      Votes
      2
      Posts
      264
      Views

      veye_xumm

      @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
    • L

      SOLVED 相机采集图像阻塞
      VEYE MIPI camera • • lin

      37
      0
      Votes
      37
      Posts
      6424
      Views

      T

      @veye_xumm 请问FPGA和RK3588直连,没有I2C,怎么在设备树里添加相机?相机驱动又该怎样处理?

    • Y

      IMX462 拍摄的小短片
      VEYE MIPI camera • • yiming

      1
      0
      Votes
      1
      Posts
      238
      Views

      No one has replied

    • Y

      关于 CM4-NANO-B 同时使用CSI(IMX462)和DSI (微雪屏幕)
      VEYE MIPI camera • • yiming

      1
      0
      Votes
      1
      Posts
      247
      Views

      No one has replied

    • N

      获取图像的测试代码,依赖opencv4.2的动态库,测试可以正常出图,用opencv4.6的库出现cap.isOpened()返回false
      Machine Vision camera • • nb

      7
      0
      Votes
      7
      Posts
      1522
      Views

      W

      @nb 您好,我遇到了类似的问题,请问一下您的解决方案就是将4.6的opencv更换成4.2的opencv吗?

    • F

      ADP-N1-V2.0板载咨询
      CS MIPI camera • • fancong

      5
      0
      Votes
      5
      Posts
      1429
      Views

      F

      @veye_xumm 感谢感谢,谢谢楼主指点

    • E

      SOLVED MV IMX 287 多相机12bit录制问题
      General Discussion • • EtherealHorizon

      2
      0
      Votes
      2
      Posts
      718
      Views

      veye_xumm

      @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
    • D

      SOLVED MV-MIPI-130M throw V-by-one
      Machine Vision camera • • Dan

      6
      0
      Votes
      6
      Posts
      1211
      Views

      veye_xumm

      @dan
      Please try this image.

      export I2C_BUS=7 export WIDTH=1280 export HEIGHT=1024 export FPS=108 media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']' v4l2-ctl -d /dev/video0 --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY --stream-mmap --stream-count=-1 --stream-to=/dev/null

      93427bda-d9b6-4263-be24-30aac77b3df5-image.png

    • L

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

      9
      0
      Votes
      9
      Posts
      1276
      Views

      veye_xumm

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

    • S

      树莓派5 一个mipi接口连接相机无法识别问题
      Raspberry Pi App Software • • sqf121

      4
      0
      Votes
      4
      Posts
      1785
      Views

      veye_xumm

      @sqf121
      这个问题已经解决,请参考一下github上的更新。
      https://github.com/veyeimaging/raspberrypi_v4l2

    • L

      CS-MIPI-IMX307 hardware trigger
      CS MIPI camera • • lnlinh

      2
      0
      Votes
      2
      Posts
      835
      Views

      veye_xumm

      @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.

    • W

      SOLVED 移植MV-IMX265驱动程序到迅为RK3568抓图卡死
      VEYE MIPI camera • • w88121446

      39
      0
      Votes
      39
      Posts
      7652
      Views

      veye_xumm

      @w88121446 我们用的firefly的板子,gstreamer是支持gray8数据格式的。

    • L

      SOLVED Ar0234M isp畸变校正
      VEYE MIPI camera • • lin

      3
      0
      Votes
      3
      Posts
      497
      Views

      veye_xumm

      @lin 你好,现在我们并没有使用rk3588内部的isp的经验。不好意思。

    • N

      UNSOLVED Purple hued images with IMX327.
      VEYE MIPI camera • • newleaf

      5
      0
      Votes
      5
      Posts
      761
      Views

      veye_xumm

      @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?

    • E

      SOLVED IMX 287 opencv python多线程多相机硬触发帧率下降
      General Discussion • • EtherealHorizon

      9
      0
      Votes
      9
      Posts
      2111
      Views

      veye_xumm

      @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水平比较烂哈哈。

      这个我们也缺乏实际经验。不好意思。

    • L

      SOLVED 设置曝光值有限制
      VEYE MIPI camera • • lin

      16
      0
      Votes
      16
      Posts
      1689
      Views

      veye_xumm

      @lin 不客气。

    • L

      SOLVED 多通道相机设备树设置
      VEYE MIPI camera • • lin

      5
      0
      Votes
      5
      Posts
      551
      Views

      L

      @veye_xumm 解决了,dphy4不支持4lane

    • A

      SOLVED RAW-MIPI-SC132M驱动编译后无法正常播放
      CS MIPI camera • • ashengzi

      12
      0
      Votes
      12
      Posts
      2511
      Views

      veye_xumm

      客户已解决。是kernel配置中关于rkcif的配置原因。