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.
How do you do an overlay with mouse over events?
I'm using this to stream a camera with PTZ controls.
PTZ controls will be controlled using overlays in the video(Vlc.DotNet.Forms.VlcControl).
I have done a previous project by integrating the overlays into the frames.
Will using Vlc.DotNet.Forms.VlcControl be an appropriate approach?
The text was updated successfully, but these errors were encountered:
Put your controls over the video as you would normally do with WinForms. you may have to set IsMouseEnabled and IsKeyboardEnabled (not really sure about the name) to false
I have a question about Vlc.DotNet.
Generic information
Summary
How do you do an overlay with mouse over events?
I'm using this to stream a camera with PTZ controls.
PTZ controls will be controlled using overlays in the video(Vlc.DotNet.Forms.VlcControl).
I have done a previous project by integrating the overlays into the frames.
Will using Vlc.DotNet.Forms.VlcControl be an appropriate approach?
The text was updated successfully, but these errors were encountered: