-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Failure in documentation: CAMERA : GSTREAMER : RPT #4040
Comments
ping @davidplowman and @naushir |
A lot of this documentation should be improved/fixed by #4019, so we should review it once that's been merged. (There's no |
The commit #4019 again contains this error, or similar (no element: v4l2h264enc). Line 139:
|
This is also wrong
This is wrong, at least literally, because it is not and drives users like me crazy! It's such an incredible mess with this whole camera software thing. You cannot use libcamerasrc as a replacement ( ...'can be used directly instead of If the above is true, how can I use 'rpicam-vid option --info-text %focus' in libcamerasrc? This is a very urgent problem and question for me at the moment and was already an discused issue here: |
Nobody said Please let's not have this issue degrade into a rant. |
True, though the line immediately below does say this: On a Pi 5 you would have to replace Of course if the documentation update had been merged then it would be a bit more readable, so my apologies that that hasn't yet happened. We're of course very happy to try and improve the formatting where that would help. |
No, it's certainly not my intention, on the contrary, I want to help, that's why I opened this ticket. I wanted to express the fact that I have been researching everywhere for months to find a solution to “my problem”. And that's where the depths have opened up... i really have no idea about this stuff and have even read your commits from 2020 :-)
Oh, thanks, I didn't see that. But I tested it straight away...
|
So wie es für mich aussieht habt ihr gar kein Interesse daran, wenn euch jemand auf Probleme oder Fehler hinweist. Ich muss mich als Benutzer und somit Kunde von raspberrypi Hard-und Software dafür entschuldigen, auf Fehler und Probleme hinzuweisen?? Ich schliesse das Ticket deshalb, war dann mit Sicherheit auch mein letztes. |
Hi again, I'm very sorry about that. I always want to try and help, but the unfortunate fact of the matter is that we aren't involved in the gstreamer element development, and there's simply not much we can suggest. If you need support with it, you would have to get in touch with the folks who develop it. I don't know if it's a hard requirement for you to use gstreamer - I understand if it is - but if not then I'd be very happy to give you my best advice over on the Picamera2 issue board. Be sure to list your requirements in terms of images and resolutions, the processing that you want to do with them, and how you need to stream or output the results. Thanks. |
You don't have anything to apologize for, please. I have one question, how do you translate the German word for "Durcheinander"? I just saw that "total mess" can also be translated as German word "totale Sauerei". That was not meant that way!!! and a translation error on my part! What I meant and wanted to say was disorder (German: Unordnung). Please excuse Mr. Naushir and everyone who felt addressed. |
This is basically a copy'n paste from the documentation
https://www.raspberrypi.com/documentation/computers/camera_software.html#rtp
and it results in this error message:
[NULL @ 0x5555a1fc9e00] Unable to find a suitable output format for '-'
also from https://www.raspberrypi.com/documentation/computers/camera_software.html#libcamerasrc-gstreamer-element
gst-launch-1.0 libcamerasrc ! capsfilter caps=video/x-raw,width=1280,height=720,format=NV12 ! v4l2convert ! v4l2h264enc extra-controls="controls,repeat_sequence_header=1" ! 'video/x-h264,level=(string)4.1' ! h264parse ! rtph264pay ! udpsink host=<ip-addr> port=<port>
and it results in this error message:
WARNUNG: Fehlerhafte Leitung: Kein Element »v4l2convert«
'sorry' its German.
system informations:
The text was updated successfully, but these errors were encountered: