Home>Forum>Can you overlay a wpf component over videoView?
Can you overlay a wpf component over videoView?
Sep 30 (20 days ago)
Nikola Bjelobabawrote
Hi,
I'm currently making a wpf app and I need to overlay a viewPort component over the camera viewer.
Standard approaches, like adjusting the ZIdnex value, don't seem to work. The camera viewer is always rendered in front of the overlay component.
The dimensions of the overlay component can be adjusted in real time by the user.
Is there a way to do this without causing a delay or stutter in the video, or using too much memory?
Reply
Log in please
Login
I forgot it
Login
Do not have an account?
Register
2 Answers
Sep 30 (20 days ago)
Roman Miniailovagentwrote
Hi
Yes, it's possible. Let me create a small sample for you.