Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. VEYE MIPI camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • W

      SOLVED Problem with output array size of UYVY format
      • watchever

      7
      0
      Votes
      7
      Posts
      1377
      Views

      W

      Ok got it. I confirm output format is I420 and array order is correct. Thanks for your help

    • H

      SOLVED imx462在米尔MYC-C8MMX开发板测试失败。求助
      • hezudao

      7
      0
      Votes
      7
      Posts
      1219
      Views

      veye_xumm

      @hezudao
      不客气~

    • A

      SOLVED 327S work on Raspberry pi CM4 module
      • Alexz3 0

      9
      0
      Votes
      9
      Posts
      1276
      Views

      veye_xumm

      @veye_xumm 由于时间太久了,客户没有进一步的反馈,我会把这个帖子标记为已解决.

    • W

      SOLVED Get more than 1 sec of exposure on IMX462
      • watchever

      2
      0
      Votes
      2
      Posts
      511
      Views

      veye_xumm

      @watchever
      Hi, it is the ISP limit which VEYE-MIPI-IMX462 used.

    • S

      Subset array of IMX327 in Python
      • Seka

      2
      0
      Votes
      2
      Posts
      538
      Views

      veye_xumm

      @seka
      I'm not very familiar with python. But in my opinion, jpeg is compressed data, which can't be subset by simple sampling, is it?

    • X

      SOLVED 在树莓上执行命令报错,如图
      • xsw

      8
      0
      Votes
      8
      Posts
      1398
      Views

      veye_xumm

      @xsw
      很好。
      硬件是被动的,软件是主动的。
      摄像头不能去操作主板的内存,是靠主板上的软件来操作摄像头,把数据放到内存。
      树莓派是上我们提供的两种应用模式,都可以由软件获取到摄像头输出的数据。
      请参考详细的文档和代码。

    • F

      SOLVED CS-MIPI-IMX307在nvidia agx xavier开发板上适配失败
      • ff_asd

      4
      0
      Votes
      4
      Posts
      888
      Views

      F

      @veye_xumm 哦,好的,那可能是采购给我的型号弄错了,我用327的dtb再试一下,谢谢了

    • D

      SOLVED VEYE-MIPI-IMX327S no image
      • Dan_LionKing

      24
      0
      Votes
      24
      Posts
      5877
      Views

      veye_xumm

      @dan_lionking
      You are welcome.

    • W

      lowlight in veye_mipi_i2c.sh seems to do nothing
      • watchever

      8
      0
      Votes
      8
      Posts
      1302
      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.

    • W

      SOLVED saturation, contrast, shutter speed, iso on VEYE-MIPI-462
      • watchever

      28
      0
      Votes
      28
      Posts
      7277
      Views

      veye_xumm

      @watchever
      For yuv ,
      http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#yuvseq

      And I'm sorry , can not provide you such python code now.

    • W

      SOLVED Python capture does not work with VEYE IMX462
      • watchever

      4
      0
      Votes
      4
      Posts
      838
      Views

      veye_xumm

      @watchever
      You are right.

    • W

      SOLVED mshutter values in veye_mipi_i2c.sh
      • watchever

      2
      0
      Votes
      2
      Posts
      499
      Views

      veye_xumm

      @watchever
      Yes. VEYE series does not support exposure time longer than 1 second.
      CS series support this feature.

    • W

      SOLVED Veye-raspipreview works at first run and not python demo and preview
      • watchever

      3
      0
      Votes
      3
      Posts
      693
      Views

      W

      Thanks xumm I have add rpi3-gpiovirtbuf initialize routine in the libdmipicam.so library, so don't need to run this binary alone and it works.
      Thanks

    • W

      SOLVED Difference between libveyecam.a
      • watchever

      4
      0
      Votes
      4
      Posts
      693
      Views

      veye_xumm

      @watchever
      yes,you are right.

    • C

      SOLVED 亚博Xavier NX,按3.5升级,video都消失了
      • cpplab

      17
      0
      Votes
      17
      Posts
      3057
      Views

      C

      @veye_xumm 明白了,谢谢!!

    • T

      SOLVED Text overlay in veye_raspivid
      annotate overlay raspberry veye-mipi-327e veye-raspivid • • Turbel

      7
      0
      Votes
      7
      Posts
      3494
      Views

      M

      @veye_xumm OK, thanks. Solved it by adding vc.ril.hvs component before h264 encoder and doing some fancy overlays by libcairo.

    • S

      SOLVED Taking images with IMX462 in Python
      • Seka

      10
      0
      Votes
      10
      Posts
      1738
      Views

      veye_xumm

      @seka
      hi, VEYE-MIPI-IMX462 do not support YUV 10BIT/12BIT.

    • V

      SOLVED veye327 failed on nano 2gb
      • Viktor

      6
      0
      Votes
      6
      Posts
      1225
      Views

      V

      @veye_xumm Ok, thanks.

    • D

      SOLVED VEYE-MIPI-IMX327S via V4L2
      • Dan_LionKing

      20
      0
      Votes
      20
      Posts
      3704
      Views

      veye_xumm

      @dan_lionking
      Right. That's the result.

    • S

      Error with camera_i2c_config and IMX462
      • Seka

      3
      0
      Votes
      3
      Posts
      770
      Views

      veye_xumm

      @seka
      Thank you for sharing.