bbb webcam quality

501 views
Skip to first unread message

klor

unread,
Aug 27, 2012, 6:52:52 AM8/27/12
to bigbluebu...@googlegroups.com
I tried to increase webcam quality, but while I change resolution to 640x480,
I still see the webcam picture very pixellated, like if it was a 320x240 video.

I followed the FAQ to increase quality, but I don't see improvement:
http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_video_quality_of_the_shared_webcams?

                <module name="VideoconfModule" url="VideoconfModule.swf?v=4005"
                        uri="rtmp://bigbluebutton.moodle.duf.hu/video"
                        dependson = "ViewersModule"
                        videoQuality = "100"
                        presenterShareOnly = "false"
                        resolutions = "640x480,320x240"
                        autoStart = "false"
                        showButton = "true"
                        showCloseButton = "true"
                        publishWindowVisible = "true"
                        viewerWindowMaxed = "false"
                        viewerWindowLocation = "top"
                        camKeyFrameInterval = "30"
                        camModeFps = "25"
                        camQualityBandwidth = "0"
                        camQualityPicture = "90"
                        enableH264 = "false"
                        h264Level = "2.1"
                        h264Profile = "main"
                />


Any idea?


Fred Dixon

unread,
Aug 27, 2012, 7:22:24 AM8/27/12
to bigbluebu...@googlegroups.com
Hi Klor,

We've updated the documentation at


In BigBlueButton 0.80, to modify the quality of the picture, change camQualityPicture.

Try increasing the value slightly -- you may notice a small improvement in picture quality as you get closer to 100 percent.  There is a tradeoff in frame rate; however, as the higher the bandwidth, the lower frame rate you'll see.

We have the default set at 90 percent as it seems the best trade off between quality and frame rate.

Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton







--
You received this message because you are subscribed to the Google Groups "bigbluebutton-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-users/-/xgFlEb_pQx0J.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-users?hl=en.





Konrad Lorinczi

unread,
Aug 27, 2012, 8:08:17 AM8/27/12
to bigbluebu...@googlegroups.com
Thanks for the FAQ update!


However, while I changed
camQualityPicture="100"
the quality is still bad, it is pixellated.

I have this setting currently:
<module name="VideoconfModule" url="VideoconfModule.swf?v=4005"
dependson = "ViewersModule"
videoQuality = "100"
presenterShareOnly = "true"
resolutions = "640x480,320x240"
autoStart = "false"
showButton = "true"
showCloseButton = "true"
publishWindowVisible = "true"
viewerWindowMaxed = "false"
viewerWindowLocation = "top"
camKeyFrameInterval = "30"
camModeFps = "25"
camQualityBandwidth = "0"
camQualityPicture = "100"
enableH264 = "false"
h264Level = "2.1"
h264Profile = "main"
/>


Should I use enableH264 option?
Would it result any quality increase?


Thanks,
Konrad



2012/8/27 Fred Dixon <ffd...@gmail.com>:

Fred Dixon

unread,
Aug 27, 2012, 8:12:27 AM8/27/12
to bigbluebu...@googlegroups.com
Hi Konrad,

There is no built-in h.264 option in BigBlueButton 0.80 (the parameters were there for internal testing).  We're investigating enabling h.264 for 0.81, which were working towards a beta. 

You'll see a notice posted in bigbluebutton-dev when we have a beta of 0.81.

Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton

HostBBB.com

unread,
Aug 27, 2012, 3:47:24 PM8/27/12
to bigbluebutton-users
Konrad, if your still seeing pixels at 640x480 i would check to see
if you webcam supports... A lot of low end laptaps have relatively low
res web cams... I use an external USB Logitech 9000 camera that does
HD to get best results.

regards,
Stephen
hostbbb.com

On Aug 27, 8:12 am, Fred Dixon <ffdi...@gmail.com> wrote:
> Hi Konrad,
>
> There is no built-in h.264 option in BigBlueButton 0.80 (the parameters
> were there for internal testing).  We're investigating enabling h.264 for
> 0.81, which were working towards a beta.
>
> You'll see a notice posted in bigbluebutton-dev when we have a beta of 0.81.
>
> Regards,... Fred
> --
> BigBlueButton Developerhttp://bigbluebutton.org/http://code.google.com/p/bigbluebutton
> BigBlueButton on twitter: @bigbluebutton
> > 2012/8/27 Fred Dixon <ffdi...@gmail.com>:
> > > Hi Klor,
>
> > > We've updated the documentation at
>
> >http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_v...
> > ?
>
> > > In BigBlueButton 0.80, to modify the quality of the picture, change
> > > camQualityPicture.
>
> > > Try increasing the value slightly -- you may notice a small improvement
> > in
> > > picture quality as you get closer to 100 percent.  There is a tradeoff in
> > > frame rate; however, as the higher the bandwidth, the lower frame rate
> > > you'll see.
>
> > > We have the default set at 90 percent as it seems the best trade off
> > between
> > > quality and frame rate.
>
> > > Regards,... Fred
> > > --
> > > BigBlueButton Developer
> > >http://bigbluebutton.org/
> > >http://code.google.com/p/bigbluebutton
> > > BigBlueButton on twitter: @bigbluebutton
>
> > > On Mon, Aug 27, 2012 at 6:52 AM, klor <klorin...@gmail.com> wrote:
>
> > >> I tried to increase webcam quality, but while I change resolution to
> > >> 640x480,
> > >> I still see the webcam picture very pixellated, like if it was a 320x240
> > >> video.
>
> > >> I followed the FAQ to increase quality, but I don't see improvement:
>
> >http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_v...
> > ?

Konrad Lorinczi

unread,
Aug 28, 2012, 1:59:03 AM8/28/12
to bigbluebu...@googlegroups.com
My webcam supports even higher resolution, than 640x480.
The reason why I use in this resolution, that it supports 640x480 at 30 fps.

While under Ubuntu 10.04 in local players /dev/video0 has crystal clear picture,
when it comes to stream in BBB, it becomes pixellated, even when
camQualityPicture = "100".

I have no idea.


Should I restart bbb at each client config change?
As I have seens, it doesn't need.


Thanks,
Konrad Lorinczi




2012/8/27 HostBBB.com <207...@gmail.com>:

HostBBB.com

unread,
Aug 28, 2012, 6:59:01 AM8/28/12
to bigbluebutton-users
dont need to restart bbb server when you just make changes to
config.xml..

I've not used ubuntu desktop at all... I know on win 7 everything
works fine with HD cameras in general.

May be specifc to video drivers, thats where i would look.

regards,
Stephen

On Aug 28, 1:59 am, Konrad Lorinczi <klorin...@gmail.com> wrote:
> My webcam supports even higher resolution, than 640x480.
> The reason why I use in this resolution, that it supports 640x480 at 30 fps.
>
> While under Ubuntu 10.04 in local players /dev/video0 has crystal clear picture,
> when it comes to stream in BBB, it becomes pixellated, even when
> camQualityPicture = "100".
>
> I have no idea.
>
> Should I restart bbb at each client config change?
> As I have seens, it doesn't need.
>
> Thanks,
>       Konrad Lorinczi
>
> 2012/8/27 HostBBB.com <207t...@gmail.com>:
Reply all
Reply to author
Forward
0 new messages