Oscar More

Results 3 comments of Oscar More

I tried to use provideTranscodedVideoFeed to get VideoFeeder Instance, and register the callback to this instance, but the OnReceive doesn't call at all. Please see my Issue here: [https://github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample/issues/45](url). @Michael-DJI

I updated sdk to 4.10, but listener of `provideTranscodedVideoFeed()` feeder is not calling at all. reference: https://github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample/issues/45#issuecomment-527776476

I track my issue, I found the problem is caused by : ```_, _, _width, height = glfw.get_monitor_workarea(glfw.get_primary_monitor())```, in ```glfw_window.py```, line 82. My macbook pro is MacOS Monterey 2021, M1...