Webcam Capture Rate

Hello All,

I have managed to get the camera feed from the webcam into the game scene using the help from Playing Live Video Captures in Unreal Engine | Unreal Engine 5.1 Documentation

The camera I have supports multiple formats with different capture rate some of them are 60fps, others are 30 fps, etc. When i use the same camera in Unity3D using the AV pro plugin I can see that the actual capture rate is lower than the mentioned frequency for the formats.

Is there a way for me to check the actual capture frequency that I am getting using the media player? I have tried using the “Get Rate” and “Get Video Track Frame Rate” functions on the media player without success.