Skip to content

GrabStrategy_LatestImageOnly - low latency capture #135

@FabienDanieau

Description

@FabienDanieau

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions