Hello Experts,
I have requirement to draw histogram according to the video(.avi file) frame by frame in asp.net (C# 2008 Express Edition).And also forward & backward frame by frame.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Jul 20, 2017, 8:30 AM
More details can be found here:
https://www.leadtools.com/help/leadtools/v19/multimedia/filters/leadvideohistogramviewfilter(2.0).html
If you prefer direct access to each frame in the video, so that you can programmatically find the histogram for each frame, you can try using the LEAD Video Callback Filter. For details, see this link:
https://www.leadtools.com/help/leadtools/v19/multimedia/filters/leadvideocallbackfilter(2.0).html
Note that these filters needs to be installed and registered at the server-side or the client-side depending on the design of your ASP.NET application.