VLC Winfroms --video-filter=transform
Posted: 02 Jan 2020 12:43
So here goes my first post.
I am developing a camera streaming app, and i need to be able to rotate the output image.
The source is a dshow device.
When creating my Winforms vlc player i have tried giving it "--video-filter=transform" as an option and then using ":transform-type=90" when actually starting the stream, but this yields a black screen.
I now have to resort to disposing of the vlc instance and creating a new instance and passing the "--video-filter=transform", "--transform-type=90" ect.
Am i doing it wrong, or is this a limitation of vlc winforms.
Thanks and have a nice day!
David
I am developing a camera streaming app, and i need to be able to rotate the output image.
The source is a dshow device.
When creating my Winforms vlc player i have tried giving it "--video-filter=transform" as an option and then using ":transform-type=90" when actually starting the stream, but this yields a black screen.
I now have to resort to disposing of the vlc instance and creating a new instance and passing the "--video-filter=transform", "--transform-type=90" ect.
Am i doing it wrong, or is this a limitation of vlc winforms.
Thanks and have a nice day!
David