Open
Description
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