maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   stop camera standby? (https://talk.maemo.org/showthread.php?t=74613)

killerjay 2011-07-04 19:34

stop camera standby?
 
hey, like the title says, i would like to turn off the auto camera standby mode.... im going to be going on holidays and i have a slingbox and i wanted to plug the n900 into the slingpox with tv out cables and use it as a security camera so i can watch whats going on, but the camera automatically goes into standby after a few seconds.... any ways of disabling that? please

dr_frost_dk 2011-07-04 19:37

Re: stop camera standby?
 
This would be very cool to do.

This would enable many extra usages.

nicolai 2011-07-04 22:33

Re: stop camera standby?
 
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

killerjay 2011-07-06 05:10

Re: stop camera standby?
 
Quote:

Originally Posted by nicolai (Post 1044769)
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?

dtparikh 2011-07-06 06:15

Re: stop camera standby?
 
Quote:

Originally Posted by killerjay (Post 1044667)
hey, like the title says, i would like to turn off the auto camera standby mode.... im going to be going on holidays and i have a slingbox and i wanted to plug the n900 into the slingpox with tv out cables and use it as a security camera so i can watch whats going on, but the camera automatically goes into standby after a few seconds.... any ways of disabling that? please

that would be a great feature !
But i still can't buy in the thought that you want to keep your N900 @ home while you go on holidays !!

nicolai 2011-07-06 08:20

Re: stop camera standby?
 
Quote:

Originally Posted by killerjay (Post 1045562)
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?

What happens? Any errormessages?
You need at least python and python-gst


All times are GMT. The time now is 16:17.

vBulletin® Version 3.8.8