how to player video #2744
Unanswered
zhoukailove
asked this question in
WPF
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the image control to play the video frame by frame. but unsuccessful
`
private string login;
private int time;
private int i;
private VideoCapture objCap;
private void ExecutePlayerCommand()
{
objCap = new VideoCapture();
private void ShowMove()
{
if (objCap.IsOpened())
{
while (true)
{
Mat frame = new Mat();
MemoryStream ms = new MemoryStream();
Beta Was this translation helpful? Give feedback.
All reactions