-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I'm interested in achieving the lowest possible latency for streaming video using the pylonsrc element. Specifically, I'd like to know if the GrabStrategy_LatestImageOnly
option is available.
My goal is to set up a pipeline similar to the following:
gst-launch-1.0 pylonsrc ! "video/x-bayer,width=2448,height=2048,framerate=60/1,format=rggb" ! queue ! bayer2rgb ! vaapipostproc ! "video/x-raw(memory:VASurface),format=NV12,width=1920,height=1606" ! vaapih264enc bitrate=4000 ! video/x-h264, profile=constrained-baseline ! webrtcsink
Additionally, I'm wondering if there are any buffer configurations available for the pylonsrc element, such as stream::MaxNumBuffer=10
, that can help optimize the streaming performance.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels