Hello all,
I am developign an application where a user come in front of camera and custom video will play and when user move out of camera range the video get stop. I have develope that motion detection app but unable to make video play and pause.
Please see code:
Window 1:
using System;
using System.Windows;
using System.Windows. Controls;
using Ozeki.Camera;
using Ozeki.Media;...