Skip to content

Commit

Permalink
Added note for bgra format setting
Browse files Browse the repository at this point in the history
At least on my phone using format=rbga the red and blue colors were reversed. Using format=bgra instead fixed the issue.
  • Loading branch information
Arkwin authored and doniks committed Mar 9, 2023
1 parent 24cd789 commit 10d36de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userguide/advanceduse/screencasting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ You can catch output directly from the ``adb exec-out`` command and forward it t
``timeout`` above is used to kill the process in a proper manner on the Ubuntu Touch device (120 seconds here).
(Otherwise the process continues even if killed on the computer.)
Reduce or increase the number of frames per second with``--cap-interval`` (1 = 60fps, 2=30fps, …)
and the size of frames ``384 640`` means a width of 384 px and a height of 640 px.
and the size of frames ``384 640`` means a width of 384 px and a height of 640 px. If red and blue
colors look reversed you can use format=bgra instead of format=rbga

Via the network
---------------
Expand Down

0 comments on commit 10d36de

Please sign in to comment.