You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pipeline = "ahcsrc device=0 ! videoconvert ! rtspclientsink location=rtsp://IP:PORT" is working fine.
But when I am trying to use "glimagesink" i.e. something like pipeline = "ahcsrc device=0 ! videoconvert ! glimagesink ! rtspclientsink location=rtsp://IP:PORT" as I need to display the camera source on screen display. Then it is not working. I am getting below error:
Error : gst_parse_perform_link could not link glimagesinkbin0 to rtspclientsink0
Please suggest how to use glimagesink and rtspclientsink together.
The text was updated successfully, but these errors were encountered:
This pipeline = "ahcsrc device=0 ! videoconvert ! rtspclientsink location=rtsp://IP:PORT" is working fine.
But when I am trying to use "glimagesink" i.e. something like pipeline = "ahcsrc device=0 ! videoconvert ! glimagesink ! rtspclientsink location=rtsp://IP:PORT" as I need to display the camera source on screen display. Then it is not working. I am getting below error:
Error : gst_parse_perform_link could not link glimagesinkbin0 to rtspclientsink0
Please suggest how to use glimagesink and rtspclientsink together.
The text was updated successfully, but these errors were encountered: