Set pixel format to rgb565le

This commit is contained in:
Rien Maertens 2020-04-18 16:11:58 +02:00
parent 057e90721d
commit e680dd5531
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -168,7 +168,7 @@ ssh_cmd "$read_loop" \
-vcodec rawvideo \
-loglevel "$loglevel" \
-f rawvideo \
-pixel_format gray16le \
-pixel_format rgb565le \
-video_size "$width,$height" \
-i - \
"$@"