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
i looked through the implementation of gstreamer and it seems like there is a function that i need named Gst.parse_launch_full as well as pipeline.getElementByName("appsink") as AppSink
however, i cant find it in the android implementation of gstreamer.
I looked into the c code and could only find these functions
is there something else equivalent to ```Gst.parse_launch_full```` ?
my goal is to be able to capture individual frames from the video stream so that i can save screenshots (not of the whole screen), save the video,, and also perform object detection (which implies i need to be able to extract the bitmap)
The text was updated successfully, but these errors were encountered:
i looked through the implementation of gstreamer and it seems like there is a function that i need named
Gst.parse_launch_full
as well aspipeline.getElementByName("appsink") as AppSink
however, i cant find it in the android implementation of gstreamer.
I looked into the c code and could only find these functions
is there something else equivalent to ```Gst.parse_launch_full```` ?
my goal is to be able to capture individual frames from the video stream so that i can save screenshots (not of the whole screen), save the video,, and also perform object detection (which implies i need to be able to extract the bitmap)
The text was updated successfully, but these errors were encountered: