Using Communication Objects > Camera object > Suggested settings for different bandwidth speeds

 

Suggested settings for different bandwidth speeds

The default camera settings provide a good viewing experience for all bandwidth settings. However, you can experiment with different settings for different bandwidths.

The code for setting the camera settings is as follows:

my_cam = Camera.get();
my_cam.setQuality(bandwidthSpeed,quality)

Use the following table as a starting point if you want to experiment with camera settings at different bandwidth speeds.

Bandwidth

Effect

Code

Modem

Lower image quality, higher motion quality

my_cam.setQuality(4000,0)

 

Higher image quality, lower motion quality

my_cam.setQuality(0,65)

DSL

Lower image quality, higher motion quality

my_cam.setQuality(12000,0)

 

Higher image quality, lower motion quality

my_cam.setQuality(0,90)

LAN

Lower image quality, higher motion quality

my_cam.setQuality(400000,0)

 

Higher image quality, lower motion quality

my_cam.setQuality(0,100)