Active Topics

 



Notices


Reply
Thread Tools
Posts: 75 | Thanked: 4 times | Joined on Mar 2010
#1
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's Avatar
Posts: 1,503 | Thanked: 2,688 times | Joined on Oct 2010 @ Denmark
#2
This would be very cool to do.

This would enable many extra usages.
 
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:
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?
 
Posts: 141 | Thanked: 41 times | Joined on Apr 2011 @ Ahmedabad, India
#5
Originally Posted by killerjay View Post
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's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#6
Originally Posted by killerjay View Post
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
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:32.