You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use case: have a osc controlled videoplayer in fullscreen landscape orientation
as soon as i use an app.conf file to set orientation & fullscreen, my video player shows the first frame, is even controllable by the osc client (sound plays) but videoplayer image never gets updated
there is some suspicious bogus code in AppRunnerActivity.java at line 170:
// and init the AppRunner in onConfigurationChanged
if (!orientationChanged) initAppRunner();
while orientationChanged is set to false in line 112 and never gets changed...
also: using an empty app.conf (just the curly brackets) crashes phonk
Android version: 10 GO
[my workaround is now to use portrait mode and rotate the video by 90 deg ;-)]
The text was updated successfully, but these errors were encountered:
I just had a quick check and fullscreen+landscape video works for me.
I took the examples/media/Video and added the same app.conf from examples/Advanced/App Config and changed the orientation property to landscape.
use case: have a osc controlled videoplayer in fullscreen landscape orientation
as soon as i use an app.conf file to set orientation & fullscreen, my video player shows the first frame, is even controllable by the osc client (sound plays) but videoplayer image never gets updated
there is some suspicious bogus code in AppRunnerActivity.java at line 170:
while orientationChanged is set to false in line 112 and never gets changed...
also: using an empty app.conf (just the curly brackets) crashes phonk
Android version: 10 GO
[my workaround is now to use portrait mode and rotate the video by 90 deg ;-)]
The text was updated successfully, but these errors were encountered: