thx for the reply. I can see the stream on my screen. Here is the code that play the stream, all i want to do is grabe a frame in memory. void Player::playFile(QString file) { //the file has to be in one of the following formats /perhaps a little bit outdated) /* [file://]filename Plain media file h...
Hi, I try to get a mediacontrol_RGBPicture from the mediacontrol_snapshot function but I don't really understand the mediacontrol_Position parameter, how to use it ? I want to retrieve in memory a frame from a stream. mediacontrol_PositionOrigin an_origin; mediacontrol_PositionKey a_key; mediacontro...