sensenmercado / jpegcam

Automatically exported from code.google.com/p/jpegcam
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add onActivity hook to be called when user allow movie object access webcam in access dialog window. #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Added onActivity hook called when camera begins to display movie. Its
better to use onActivity instead of onLoad.

onActivity hook also is called when user allowed movie object to access webcam 
and remembers the choice so the next time access dialog is not being displayed.

I implemented onActivity hook by forking this project on github. See 
http://github.com/chebur/jpegcam

Original issue reported on code.google.com by chebur.m...@gmail.com on 16 Sep 2011 at 12:55