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