View Single Post
Posts: 75 | Thanked: 4 times | Joined on Mar 2010
#4
Originally Posted by nicolai View Post
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
hmmm, cant get it to work, do i gotta download something? is there anything else out there that doesnt involve having to type that over and over again?