-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry pi v1.3 issue on radxa zero 3e #376
Comments
Please list your system download link. |
Iam using the std image from this link |
@FAIZALR How do you preview the camera |
I just used a opencv-python script . |
Try using this command line to preview camera on your desktop |
radxa@radxa-zero3:~$ v4l2-ctl --list-formats-ext -d /dev/video0 Size: Stepwise 32x32 - 2592x1944 with step 8/8 listed formats are only in the range of 2592X1944 May i know how can i get 1280X720 with 30 fps.? |
Hi @FAIZALR , The corresponding node of the camera should be |
Thank you for your response. As you suggested in the forum, I switched to using /dev/video-camera0 instead of /dev/video0, but unfortunately, the issue still persists. While I am able to get a proper RGB image in my OpenCV Python script, the color format is still incorrect when using v4l2, indicating a mismatch in the expected color formats. I am only getting 15 FPS in OpenCV Python/C++, even after setting the camera resolution to 640x480 and fps to 30 in code . I think 15 FPS is typically associated with the full camera resolution (2592x1944). I was expecting 30 FPS at 640x480, but this is not the case. The output of v4l2-ctl -d /dev/video0 --list-formats-ext clearly shows that all the formats listed are for the full resolution (2592x1944)this makesthe camera at 15 FPS. Could you please assist with getting 30 FPS at standard resolutions such as 640x480, 1280x720, or 1920x1080? These are common resolutions and should be supported on the Radxa Zero3e, especially considering the NPU capabilities to use in this SBC. I would appreciate it if Radxa could provide better support for Raspberry Pi Camera v1.3 and v2, as these cameras are widely available and commonly used for DIY projects. |
Thanks for the feedback, I have reproduced the issue and I will try to improve the speed of rpi camera v1.3 |
@Ken-Vamrs , after testing, this appears to be not related to hardware acceleration at the user level, please help to check this problem. |
media-ctl -d 0 -V "'m00_b_ov5647 2-0036':0[fmt:SGBRG10_1X10/1296x972]" |
radxa-zero3-rpi-camera-v1.3.dts is overlayed and attached a raspberry pi camera.but the fps is only 15 in VGA,HD AND FHD resolution's.
The text was updated successfully, but these errors were encountered: