Thread
:
stop camera standby?
View Single Post
nicolai
2011-07-04 , 22:33
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#
3
There is no way to disable this.
But there are more ways in using the camera.
A little python script:
import gst
bin = gst.element_factory_make("camerabin")
bin.set_state(gst.STATE_PLAYING)
With tv out, this even works while the touchscreen is locked.
nicolai
__________________
my contributions:
Desktop Clock Widget
|
Calendar Home Widget
|
Lens Cover Reminder
|
ConnectNow
|
Scout
|
App Search Widget
|
ProfilesX
|
Desktop-Switcher
|
SMS-Messageblocker
-
Donate
-
Quote & Reply
|
The Following 2 Users Say Thank You to nicolai For This Useful Post:
dr_frost_dk
,
rambo
nicolai
View Public Profile
Send a private message to nicolai
Find all posts by nicolai