ahmadi219

Results 7 comments of ahmadi219

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

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

Can I get decoded frame in Cameraimpl.hpp in method **Camera::DataHandler1(VideoFrame& frame)** ? If I want to show decoded frame in this method, Can I convert parameter **(VideoFrame& frame)** to cv::mat...

i did somthing like below, but cant show it in the wall, show is in new window. void VSCMotion::face_detection(){ ``` StorSyncInf syncInf(m_pStor); syncInf.Connect(); VidCamera pCam; syncInf.GetVidCamera(m_strCam, pCam); QMessageBox msg; msg.setText(QString::fromStdString(pCam.strrtspurl()));...

Hi where is definition of "reg raw data callback " ? if your mean is StorFactory::RegRawCallback , why it is deactived with #if 0 in storfactoryimpl.hpp? with using this method,...

sorry ,grey filter to video and show in the wall.