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
I was able to compile and use lazycast per the readme with basically no fuss (after picking the right legacy RasPi OS version!), thanks!
My Pi is connected to a Waveshare 5.5" OLED touch screen that I'm trying to use as the target, but this display has a quirk that it adopts portrait orientation by default, and must be rotated in Linux for landscape use.
It seems Lazycast makes an assumption about the display orientation and just smacks the remote image center-screen rotated right-side-up, scaled to fit.
There's probably some easy spot to add in a 90* rotation to this, but I haven't looked yet.
The text was updated successfully, but these errors were encountered:
I believe this could be done but I haven't implemented it in h264.c yet. Omxplayer has an option to do rotation and from a quick look at its code, it seems that an extra parameter OMX_DISPLAY_ROT90 has to be set.
I was able to compile and use lazycast per the readme with basically no fuss (after picking the right legacy RasPi OS version!), thanks!
My Pi is connected to a Waveshare 5.5" OLED touch screen that I'm trying to use as the target, but this display has a quirk that it adopts portrait orientation by default, and must be rotated in Linux for landscape use.
It seems Lazycast makes an assumption about the display orientation and just smacks the remote image center-screen rotated right-side-up, scaled to fit.
There's probably some easy spot to add in a 90* rotation to this, but I haven't looked yet.
The text was updated successfully, but these errors were encountered: