
-32-
v4.9
Camera related functions
6.8. Setting the video quality
The video quality can be selected with the function
VideoCallQuality(VideoQuality)
. The parameter
VideoQuality
can
be between 5 for 5 for high quality image or 15 for high motion profile.
Note:
This function can be used only when videocall is in idle state, and the setting is available until power off.
Example of use:
{
// Sets high quality image:
_3G.VideoCallQuality(5);
}
This function returns:
•
‘1’ if success
•
‘0’ if error
6.9. Sending DMTF tones
DMTF tones can be sent during a videocall. Allowed tones are 0–9, * and #.
Example of use:
{
// Sends an example string:
_3G.VideoCallDMTF(“0123456789*#);
}
This function returns:
•
‘1’ if success
•
‘0’ if error