added variable bitrate and attempt to control it.

This commit is contained in:
csoler 2015-08-29 21:48:58 -04:00
parent da69db39d6
commit 68918bf9c1
4 changed files with 47 additions and 17 deletions

View file

@ -77,7 +77,7 @@ void QVideoInputDevice::grabFrame()
if(_video_processor != NULL)
{
_video_processor->processImage(image,0) ;
_video_processor->processImage(image) ;
emit networkPacketReady() ;
}