Skip to content

How to put a frame limit in Virtual Camera #74

@ABugNamedBeetle

Description

@ABugNamedBeetle

In Samples/VirtualCamera/VirtualCameraMediaSource/SimpleMediaStream.cpp have method SimpleMediaStream::RequestSample, which is getting called too many times. We are setting frame interval as 33333 but still methods is called many times.

I tried the time thresh hold approach to only generate frame in every 33333 interval but didn't work.

Is there a way we can limit the frame generated by limiting calls to request sample.

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