Hi,
I am trying to stream from a Ricoh Theta while in the UVC mode. The issue is I get this error which does not give me a whole lot of information.
The command I'm running is as follows:
Is there anything I can do about this? Regards, Anil. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
The key is the 'not negiotiated'. That means that your pipeline has an error. Check all of the element caps and the caps of your camera/source. You can also increase the logging level to get more detail. On Feb 14, 2017 1:10 PM, "Anil" <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Anil-2
run this before your command and it will give more logs to help identify caps mistmatch
export GST_DEBUG=5 Regards Anuroop On Tue, Feb 14, 2017 at 9:49 AM, Anil <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Anil-2
Le mardi 14 février 2017 à 09:49 -0800, Anil a écrit :
> Hi, > > I am trying to stream from a Ricoh Theta while in the UVC mode. The > issue is I get this error which does not give me a whole lot of > information. > > Setting pipeline to PAUSED ... > Pipeline is live and does not need PREROLL ... > ERROR: from element /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0: > Internal data stream error. > Additional debug info: > gstbasesrc.c(2951): gst_base_src_loop (): > /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0: > streaming stopped, reason not-negotiated (-4) > ERROR: pipeline doesn't want to preroll. > Setting pipeline to PAUSED ... > Setting pipeline to READY ... > Setting pipeline to NULL ... > Freeing pipeline ... > > The command I'm running is as follows: > > gst-launch-1.0 ksvideosrc device-index=0 ! videoconvert ! > autovideosink -v what the problem is. Though, as you have videoconvert, there isn't much that remains. With this camera, you driver only support JPEG, or the videosink is broken. You can check this with: gst-launch-1.0 ksvideosrc device-index=0 ! jpegdec ! videoconvert ! autovideosink > > Is there anything I can do about this? > > Regards, > Anil. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (188 bytes) Download Attachment |
Free forum by Nabble | Edit this page |