You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Using the VlcControl object, a method TakeSnapshot() is exposed.
When I invoke this method on running video, no snaphot is created.
Reading through the source, I can see that the method TakeSnapshot() on VlcMediaPlayer is invoked, with no possibility to use the overload with three parameters, specifying location, height and width starting from the VlcControl.
Since VlcMediaPlayer is not exposed, I cannot invoke the method that I want.
Is there something wrong with the TakeScreenshot method on the VlcControl?
Could the TakeScreenshot overload be exposed from the VlcControl?
Thanks for your great tool,
Kris
The text was updated successfully, but these errors were encountered:
Dear ZeBobo5,
Using the VlcControl object, a method TakeSnapshot() is exposed.
When I invoke this method on running video, no snaphot is created.
Reading through the source, I can see that the method TakeSnapshot() on VlcMediaPlayer is invoked, with no possibility to use the overload with three parameters, specifying location, height and width starting from the VlcControl.
Since VlcMediaPlayer is not exposed, I cannot invoke the method that I want.
Is there something wrong with the TakeScreenshot method on the VlcControl?
Could the TakeScreenshot overload be exposed from the VlcControl?
Thanks for your great tool,
Kris
The text was updated successfully, but these errors were encountered: