HaishinKit/HaishinKit.kt

The videoSetting.frameRate setting is not working.

Closed this issue · 1 comments

Describe the bug

Hi, I've observed that the videoSetting.frameRate method's configuration is not effective in main branch. Additionally, the default frameRate you have set is 30, but the actual frameRate outputted in your FrameTracker is 60.

To Reproduce

1.Open the sample app.
2.Set videoSetting.frameRate to 30.
3.Monitor the frameRate of the video status in the FrameTracker logs in Logcat.

Expected behavior

1.Open the sample app.
2.Set videoSetting.frameRate to 30.
3.Monitor the frameRate of the video status in the FrameTracker logs in Logcat.

Expected frameRate is 30.

Version

latest main branch

Smartphone info.

No response

Additional context

No response

Screenshots

image
image

Relevant log output

No response

Thank you for the report. It has been fixed.