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
    • S

      Subset array of IMX327 in Python
      • Seka

      2
      0
      Votes
      2
      Posts
      357
      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
      931
      Views

      veye_xumm

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

    • F

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

      4
      0
      Votes
      4
      Posts
      601
      Views

      F

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

    • D

      SOLVED VEYE-MIPI-IMX327S no image
      • Dan_LionKing

      24
      0
      Votes
      24
      Posts
      3363
      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
      822
      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
      3889
      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
      552
      Views

      veye_xumm

      @watchever
      You are right.

    • W

      SOLVED mshutter values in veye_mipi_i2c.sh
      • watchever

      2
      0
      Votes
      2
      Posts
      298
      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
      430
      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
      468
      Views

      veye_xumm

      @watchever
      yes,you are right.

    • C

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

      17
      0
      Votes
      17
      Posts
      1769
      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
      1907
      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
      1140
      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
      833
      Views

      V

      @veye_xumm Ok, thanks.

    • D

      SOLVED VEYE-MIPI-IMX327S via V4L2
      • Dan_LionKing

      20
      0
      Votes
      20
      Posts
      2315
      Views

      veye_xumm

      @dan_lionking
      Right. That's the result.

    • S

      Error with camera_i2c_config and IMX462
      • Seka

      3
      0
      Votes
      3
      Posts
      506
      Views

      veye_xumm

      @seka
      Thank you for sharing.

    • S

      SOLVED no read-out from i2c whitebalance
      • Seka

      5
      0
      Votes
      5
      Posts
      645
      Views

      S

      @veye_xumm Thank you Xu, downloaded the new file and now it is working like a treat!

    • S

      VEYE MIPI 327E,按3.5 升级方法,更新失败
      • syy

      5
      0
      Votes
      5
      Posts
      618
      Views

      veye_xumm

      已与瑞泰沟通驱动移植事宜。

    • S

      SOLVED Automatic gain function i2c
      • Seka

      3
      0
      Votes
      3
      Posts
      455
      Views

      S

      @veye_xumm Thank you! That made it clear to me

    • E

      使用I2C.sh配置VEYE-MIPI-327树莓派4B就卡死
      • eledog

      9
      0
      Votes
      9
      Posts
      1102
      Views

      veye_xumm

      @eledog
      我们装了一个你用的lite版本,运行是没有问题的。
      9ecdb20e-ebc2-49f8-8719-e16be7cff655-image.png
      你用的硬件是4GB版本,我们的是2GB版本。

      我这没法重现的情况下,你可以尝试103-123行进行逐行注释来找一下原因。
      bb570ba3-c8aa-4d0a-828b-a582d8b0222e-image.png