Thread: Camera Events
View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#3
You can disable the camera app with:
dsmetool -k /usr/bin/camera-ui

And turn it back on with:
dsmetool -t /usr/bin/camera-ui

This doesn't actually disable it. It disables starting the camera app on lens open event. You can call the camera app manually through DBUS if you want.

If you are working with Qt you can override your form close event, to turn camera app back on, when you are done with your app. Don't know about GTK, but it should be pretty similar.

Last edited by zolakt; 2010-06-03 at 09:41.
 

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