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.