c# - Regarding Frame extraction from the HD Video with the help of time(in the form of seconds as shown below) of the Video position -


i using emgucv 3.1.0 library, using fetching frames shown below...

_capture.setcaptureproperty(emgu.cv.cvenum.capprop.posmsec, 17.567);

image"<"bgr, byte">" frame = capturedata.queryframe().toimage"<"bgr, byte">"();

picturebox1.image = frame.tobitmap();

in above piece of code 17.567 time of video frame. fetching video frame of time , displaying on picturebox control. here setcaptureproperty function taking long time fetch frame hd video. due performance got reduced....

please ignore double quotes in source code...

can please in this... in advance...


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -