[flexcoders] privacy settings popup

2012-02-08 Thread Csomák Gábor
How to listen if a user already clicked accept, when the camera access
popup showed up?


Re: [flexcoders] privacy settings popup

2012-02-08 Thread claudiu ursica
You can't, FP does not provide a close event for that panel. There was a 
request in Jira but I am not sure what the status of this is  You need to 
listen for camera events and guess. There is activity and status events. In 
addition what I do I start a timer and monitor for a couple of seconds the 
camera.currentFps. if that is 0, something is wrong, if is constant there is 
also a chance that the camera delivered frames but stopped, otherwise camera is 
fine.


HTH,
Claudiu




 From: Csomák Gábor csom...@gmail.com
To: flexcoders flexcoders@yahoogroups.com 
Sent: Wednesday, February 8, 2012 12:46 PM
Subject: [flexcoders] privacy settings popup
 

  
How to listen if a user already clicked accept, when the camera access popup 
showed up?

 

Re: [flexcoders] privacy settings popup

2012-02-08 Thread Csomák Gábor
thanks

On Wed, Feb 8, 2012 at 2:52 PM, claudiu ursica the_bran...@yahoo.comwrote:


  You can't, FP does not provide a close event for that panel. There was a
 request in Jira but I am not sure what the status of this is  You need
 to listen for camera events and guess. There is activity and status events.
 In addition what I do I start a timer and monitor for a couple of seconds
 the camera.currentFps. if that is 0, something is wrong, if is constant
 there is also a chance that the camera delivered frames but stopped,
 otherwise camera is fine.

 HTH,
 Claudiu

   --
 *From:* Csomák Gábor csom...@gmail.com
 *To:* flexcoders flexcoders@yahoogroups.com
 *Sent:* Wednesday, February 8, 2012 12:46 PM
 *Subject:* [flexcoders] privacy settings popup


 How to listen if a user already clicked accept, when the camera access
 popup showed up?