Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc

    VEYE-MIPI-IMX385

    VEYE MIPI camera
    2
    5
    516
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thn last edited by

      Hello,
      I just received a VEYE-MIPI-IMX385 module from your company. I got it from amazon here https://www.amazon.com/VEYE-MIPI-IMX385-Raspberry-Jetson-XavierNX-IMX385/dp/B09CNHLTJH/ref=sr_1_3?crid=1WOB69X1M8TDP&keywords=imx385&qid=1654709601&sprefix=imx385%2Caps%2C178&sr=8-3&th=1

      First questions:
      On the Amazon description, it says "1/2.8 inch 2 Mega sensor IMX327" so is it IMX385 or IMX327?

      Second question:
      After installing the driver, everything works, thank you. However when I did the FPS test using this gstreamer command:
      gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! videoconvert ! fpsdisplaysink video-sink=fakesink -v

      I can only get on average 28.3 FPS. Never 30FPS.
      I am using a Raspberry Pi 4 with 8 gig of RAM.
      What can I do to get 30FPS?

      Thanks,

      veye_xumm 1 Reply Last reply Reply Quote 0
      • veye_xumm
        veye_xumm @thn last edited by

        @thn

        First questions:

        On the Amazon description, it says "1/2.8 inch 2 Mega sensor IMX327" so is it IMX385 or IMX327?

        It is IMX385, the information in that place was wrongly written, I will arrange to correct it.

        gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! videoconvert ! fpsdisplaysink video-sink=fakesink -v

        I can only get on average 28.3 FPS. Never 30FPS.

        I am using a Raspberry Pi 4 with 8 gig of RAM.

        What can I do to get 30FPS?

        Since this pipeline uses pure software for data migration and data format conversion, the frame rate is very low.
        We recommend you to use lagcy mode. Another way is to refer to libcamera-app and write a PREVIEW program.

        T 1 Reply Last reply Reply Quote 0
        • T
          thn last edited by

          Hello,
          Thanks for your reply. I am not sure how to write a preview based on libcamera-app without the libcamera support from your driver.
          Thanks,

          1 Reply Last reply Reply Quote 0
          • T
            thn @veye_xumm last edited by

            @veye_xumm said in VEYE-MIPI-IMX385:

            We recommend you to use lagcy mode. Another way is to refer to libcamera-app and write a PREVIEW program.

            Is there support for legacy mode under bullseye 64 bit?
            Thanks,

            veye_xumm 1 Reply Last reply Reply Quote 0
            • veye_xumm
              veye_xumm @thn last edited by

              @thn said in VEYE-MIPI-IMX385:

              Is there support for legacy mode under bullseye 64 bit?

              No.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post