We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Overlay text and images live stream Flutter when Live Streaming in camera or icon appears stretched in pic exmaple
example : https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883 for example web
i want create for mobile app in example Here Please help
The text was updated successfully, but these errors were encountered:
Hello,
To avoid text or icons stretched using TextObjectFilterRender or ImageObjectFilterRender. You must set scale depend of original text or icon size. You can do it like in this issue: #990 (comment) In this case the originalWidth and originalHeight is the bitmap getWidth and getHeight methods. For text I found that you can't get bitmap size of the text so I recommend you use Image filters only and produce the text bitmap manually with the methods used in text filter: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/blob/master/encoder/src/main/java/com/pedro/encoder/utils/gl/TextStreamObject.java#L62
I will develop an easier way to do it but for now this is the way.
Sorry, something went wrong.
ok bro thank you good. exmaple ^_^
No branches or pull requests
How to use Overlay text and images live stream Flutter when Live Streaming in camera or icon appears stretched
in pic exmaple
example : https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883 for example web
i want create for mobile app in example Here Please help
The text was updated successfully, but these errors were encountered: