Hello ,
I am attempting to stream from an OV5640 camera at 1920x1080 resolution and 30 fps using Guvcview on a Raspberry Pi 4 Model B, but it is only streaming at 7 fps. However, I am able to stream at 23 fps using a GStreamer command
I have tested this on both the 5.15 and 6.1 kernel versions, same issue is there.This is the driver I'm using now
https://github.com/torvalds/linux/blob/ ... c/ov5640.c
can any one help to solve this issue.
I am attempting to stream from an OV5640 camera at 1920x1080 resolution and 30 fps using Guvcview on a Raspberry Pi 4 Model B, but it is only streaming at 7 fps. However, I am able to stream at 23 fps using a GStreamer command
I have tested this on both the 5.15 and 6.1 kernel versions, same issue is there.
Code:
gst-launch-1.0 v4l2src device="/dev/video0" ! videoconvert ! video/x-raw,framerate=30/1,width=1920,height=1080,pixelformat=UYVY ! fpsdisplaysinkhttps://github.com/torvalds/linux/blob/ ... c/ov5640.c
can any one help to solve this issue.
Statistics: Posted by ERIC_RABE — Mon Apr 15, 2024 12:15 pm — Replies 0 — Views 8