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
<description brief="Simple package to receive frames from an ip camera (rtsp) through gstreamer and convert it into Rock image (base::samples::frame::frame) to an outpout port.">
To achieve this objective, appsink from gstreamer is used. At hook configuration we set the appsink structure. Then at hook start the pipeline is set defining the callback (signal) to receive appsink frames. And finally, hook update send the image from appsink callback to output port.