VEYE-MIPI-IMX385
-
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=1First 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 -vI 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,
-
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. -
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, -
@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, -