hey guys i'm trying to make an app in python that shows the viewfinder in fullscreen but it stays always like this
i tried to set it in fullscreenbut it shows it something like 176x144 not 176x208 do i need to rotate the whole canvas to be in landscape mode because when i tryCode:camera.start_finder(size = (176,208))it doesn't change it in landscape modeCode:appuifw.app.orientation = 'landscape'


Reply With Quote




