linkingvision / rapidvms

rapidvms(open source VMS/NVR Video Management System/ Network Video Recorder) ==> project closed, use https://www.linkingvision.com/usc instead
https://www.linkingvision.com/
Other
432 stars 242 forks source link

use of RegRawCallback #63

Open ahmadi219 opened 7 years ago

ahmadi219 commented 7 years ago

hello Could I use method RegRawCallback ? It now has been commented in #if 0(zero) region. Thanks

xsmart commented 7 years ago

you can use the VPlay::PutRawData for video decode, StartGetRawFrame will set the callback of the stream.

ahmadi219 commented 7 years ago

Hello & thanks for your attention How I Can use VPlay::PutRawData or set callback for the stream with StartGetRawFrame ? Where do I add these codes ? Thanks

xsmart commented 7 years ago

you need write new class to call the VPlay

ahmadi219 commented 7 years ago

Hi , How can I get decoded frame? Should I use callback to get decoded frame? which call back ? Thanks a lot :)