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 bandwidth speeds 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)


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fms/2/docs/00000056.html