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
Im using scrot over a small flask web site to monitor what is (playing) on the hdmi display.
This works fine with Chromium, or other any application running.
As soon as I start a VLC video fullscreen in display=0, then the scrot capture only return black images.
If i start VLC without the --fullscreen option, the capture works.
Any idea?
scrot command line
sudo -u pi DISPLAY=:0 scrot --overwrite -t 5 -z
So i tried with MPV and the screencapture works very well.
mpv --profile=myprofile1 /home/pi/Videos/video1.mp4
Profile:
[myprofile1] #A simple profile, top level area ends here
profile-desc="a profile" #Optional description for profile
fs=yes #Start in full screen
Has this been fixed? I'm encountering similar issues with a steam game in full screen. Weirdly enough this didn't happen until I switched to using an external Nvidia GPU. For reference I use bspwm with no compositors.
Hi,
Im using scrot over a small flask web site to monitor what is (playing) on the hdmi display.
This works fine with Chromium, or other any application running.
As soon as I start a VLC video fullscreen in display=0, then the scrot capture only return black images.
If i start VLC without the --fullscreen option, the capture works.
Any idea?
scrot command line
sudo -u pi DISPLAY=:0 scrot --overwrite -t 5 -z
vlc command line
vlc --fullscreen --no-qt-privacy-ask --no-osd --loop --random --no-audio /home/pi/Videos/video1.mp4
The text was updated successfully, but these errors were encountered: