Hi,
Do any of you guys experience very low video resolution even at full klSize for N95? seems like I am not able to get good video resolution at all
var command:String = "";
command += "http://127.0.0.1:1001/Basic/camera?klCommand=start";
command += "&klMode=video";
command += "&klPath="+path+vidName+".3gp";
command += "&klSize=full";
command += "&klIndex=0";
From wiki
klSize=full, best quality/big size of file. For pictures, resolution depends of phone (1536x2048 for instance) and for videos 640*480, 30fps. VGA in video recording is supported in Nokia N95 only, usually 352*288 30fps is used instead. Size of file is around 100-300 kb for pictures and for videos starting from 92kb-160kb. For picture mode this setting is always supported. If resolution is not supported by camera, video speed is dropped and then resolution, until next best supported size is found.