Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Vaa
    3. Best
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 14
    • Best 1
    • Groups 0

    Best posts made by Vaa

    • RE: New Raspberry pi 5 support

      @veye_xumm Thank you for your support!
      I got my application working good.
      Here is a receipt how can I achived this:

      1. ./media_setting_rpi5.sh veyecam2m

      2. ./veye_mipi_i2c.sh -b 6 -w -f yuvseq -p1 YUYV

      3. ./veye_mipi_i2c.sh -b 6 -w -f videoformat -p1 PAL

      4. In my app open device /dev/video0 with following parameters:
        width 1920;
        height 1080;
        pixel_format V4L2_PIX_FMT_UYVY (only this is working!!!)
        field_format V4L2_FIELD_NONE

      In case I try to set pixel_format to any other value is cause VIDIOC_STREAMON fail. I suppose this is a bug in the driver.
      Some other applications like gstreamer only set pixel_format if you directly point to do this, this is why it works, but many others (e.g. trying to set default pixel_format) are not.

      posted in VEYE MIPI camera
      V
      Vaa