View Single Post
nicolai's Avatar
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
 

The Following 2 Users Say Thank You to nicolai For This Useful Post: