PDA

View Full Version : Silent Phone Call


Cutefox
05-07-2008, 03:35 PM
Just a thought, i know that symbian phones have a software which utilize the accelerometer and mutes the phone call when turned over. is it possible to have a software to use the fort facing camera or back camera in our wm6 devices to detect light during the even of an incoming phone call? it doesnt need to be on all the time so it does not drain the battery and just turned on during phone calls. so front facing camera should detect either "dark-light-dark" (when in pocket) or "light-dark" when the phone is already out. hope that make senses.

what do you guys think? is it a good idea?

imatrix
05-07-2008, 03:46 PM
not sure if camera can be used for that purpose at all. I think u need extra hardware for that.

mccune
05-07-2008, 03:53 PM
When a phone call is coming in the device has to take care of the following actions:
-device wake up
- initiate the incoming call screen
- start number identification (compare to address book)
- start ringer
Your idea would add the following actions:
- initiate (front)camera
- wait for camera to detect current lightning conditions
- if lighting is below a certain value mute sound

I would think that it takes to long to go trough the complete cyclus.
When you make a call to a PocketPC it takes about two "normal" rings to make a device ring. If you add the extra feature it might even be 4 or 5. Before you can even react the caller might already be redirected to the voice mail I'm afraid.

imatrix
05-07-2008, 06:52 PM
i thought of that mccune, but u will need another program to analyze the bringhtness, may be a new library, or tap into camera library, which I dont think it's easy to do.

you are right, it's probably not idea to execute camera function while phone ringing, worst case scenario the phone hang, or the call got disconnected.

but i love to see it works :)

Cutefox
06-07-2008, 05:10 AM
well i see it that if the front camera activate when there is an incoming video call then wm6 should be able to handle just detecting the light effect without hanging. just a thought, at least its a start for all of us that do not have accelerometer and it can be develop for some other use too.