magicsih / AndroidScreenCaster

Efficient, low-latency Android screen casting with H.264 and WebM encoding via TCP and UDP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help: How to manipulate display video

JayDreamWorld opened this issue · comments

For example, I want to rotate the output screen or make the output screen grayscale. How should I do it?
I saw on the back service, there is only an encoder, and the byte array from outputbuffer is not an image format. Can you point me to the right direction.
Thanks for your time!

I think you can extract a snapshot from the media stream. After that, you can do anything what you want to do with the snapshot. look for media decoders on stream receiver side.
sorry for late reply anyway.