OUR NETWORK:TechLore Explore3DTV MyOpenRouter MediaSmart home TiVoCommunity See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 736427.0
December 2, 2008 05:02 AM

Categories: Rovio

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

EduardoOrtego

Member
Joined: 11/25/2008

Hello all,

    I am using the Rovio and the main "problem" or the feature that I miss is the camera position. I would like to see more than the knees or feet of the people in front of Rovio. Is there any possibility to modify the firmware to do this?, perhaps it is not possible because of the navigation system, but it would be enough if I can move the head without moving the Rovio. Best regards,

      Eduardo

Discussion:    Add a Comment | Comments 1-25 of 41 | Latest Comment | 1 2 Next »

December 2, 2008 8:24 AM

I agree on the camera position issue. However, I find that the "look at ceiling position" does work if you get Rovio real close to the person. What happens when you try that?

-- roschler


Robodance 5 - Rovio over Skype with Voice Control

  • No more router setup hassles
  • 2 way audio on any system

December 2, 2008 8:29 AM

just imaging that the person is a pretty girl with a miniskirt :o
It is better not so close :D

December 2, 2008 10:41 AM

No I didn't think of that. Just goes to show you I've been spending too much time in programmer-land these days. I need to get out more. :)

-- roschler


Robodance 5 - Rovio over Skype with Voice Control

  • No more router setup hassles
  • 2 way audio on any system

December 4, 2008 6:19 AM

I will ask for this to the wowwee people, it would be to add another button to the user interface (this head position only if the Rovio doesn't move) :D

January 9, 2009 9:30 PM

I'm certainly hoping the next firmware gives us more head positions. This is important for more than talking to people (of various heights!)

It's definitely possible. Does anyone know if they have rotation sensors on the head gears or just a couple of limiters/mid stop?

This is a hack, but hey, it works.

curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=13'; sleep 2; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=11' & usleep $n; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=0'

Sets head to Mid, Top, then sleeps for $n (values between ~20ms and ~900ms give me a range), then sends stop command. It is not entirely consistent, but it's more than I've got in the default code.

...RB

January 11, 2009 12:34 AM

RoboBrain said:

I'm certainly hoping the next firmware gives us more head positions. This is important for more than talking to people (of various heights!)

It's definitely possible. Does anyone know if they have rotation sensors on the head gears or just a couple of limiters/mid stop?

This is a hack, but hey, it works.

curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=13'; sleep 2; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=11' & usleep $n; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=0'

Sets head to Mid, Top, then sleeps for $n (values between ~20ms and ~900ms give me a range), then sends stop command. It is not entirely consistent, but it's more than I've got in the default code.

...RB


Thanks RB great hack.... I've already added it to my program.

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

January 11, 2009 9:23 AM

I am hoping for maybe a slider control so I  can stop at any position I need to.

January 11, 2009 11:37 AM

cowboyctx said:
RoboBrain said: I'm certainly hoping the next firmware gives us more head positions. This is important for more than talking to people (of various heights!) It's definitely possible. Does anyone know if they have rotation sensors on the head gears or just a couple of limiters/mid stop? This is a hack, but hey, it works. curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=13'; sleep 2; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=11' & usleep $n; curl 'http://r/rev.cgi?Cmd=nav&action=18&drive=0' Sets head to Mid, Top, then sleeps for $n (values between ~20ms and ~900ms give me a range), then sends stop command. It is not entirely consistent, but it's more than I've got in the default code. ...RB
Thanks RB great hack.... I've already added it to my program.

It definately is a hack..  Rovio reports the other angles in head_position, so it does have more accuracy than two positions...  So hopefully the next firmware gives us a Cmd=Nav&Action=XX&head_postion=ZZ and we can build a slider into our UIs.

Sun Jan 11 12:32:09 2009: Changed Status: head_position=131 [was 118]
Sun Jan 11 12:32:15 2009: Changed Status: head_position=66 [was 131]
Sun Jan 11 12:32:21 2009: Changed Status: head_position=140 [was 66]
Sun Jan 11 12:32:27 2009: Changed Status: head_position=127 [was 140]
Sun Jan 11 12:32:34 2009: Changed Status: head_position=140 [was 127]
Sun Jan 11 12:32:40 2009: Changed Status: head_position=126 [was 140]

 ...RB

February 2, 2009 2:01 PM

NoBrain calling RoboBrain.
Sorry for being stupid but I`ve got no idea how to utilize these commands. I would really like to try though as these extra head positions are simply necessary. Hope you can help

February 2, 2009 4:01 PM

If you want to see this hack in a working program try running the Rovio Commander program that I am working on. Click on the link below. Read the instruction on how to setup (readme.txt).

http://www.roviocommander.com/rovio_commander.rar

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 3, 2009 3:14 AM

Thanks a lot. Let you know how it goes

February 7, 2009 3:58 AM

@coyboyctx......so, tried it last night when I got to Rovio´s summerhouse. The variable head positions worked a treat. I must say I`m very impressed. I wonder why the Wowwee whizzkids can`t do this? There was no video though and I need to access remotely over the internet (which I guess I can`t with your programme? (yet?). Still, nice to know it can be done. Keep up the good work! Cheers.

February 7, 2009 7:45 AM updated: February 7, 2009 7:46 AM

I can't undestand why you would not get video. If you would like , try this new version. It is written in VB Studio 2008 and uses faster routines and is what I have switched to. The Roviodata.txtfile is not located in the same directory, be sure to update it with you IP Address and port number.

http://roviocommander.com/ShareFiles/RovioCommander2.rar

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 9, 2009 11:26 AM

Dear cowboyctx. I`m really not having much luck here. I`m going to inset a screen shot now and hope you can read it, otherwise I`ll get back to you later. Have run now......

February 9, 2009 2:19 PM

I`m back.
The first line says "unhandled exception has occurred in your application"
"contiue" gets me no further so all I can do is"quit" but I`m no quitter!
I/when I get your programme working, will I be able to access it over the internet?

February 9, 2009 2:20 PM

If/when I meant

February 9, 2009 8:36 PM

Yes you can get it to work over the internet. What drive and folder are you running the program from? Windows Vista likes to protect its system folders. Try making a folder called Rovio in the root directory of Drive C: (any local drive)and copy all the files to that location. Be sure to edit the Rovio_data.txt file and enter your IP address and port.

Let us know if this works.

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 9, 2009 10:18 PM

I get the same error with Rovio Commander. Both the text file and executable are located in the C:\ folder

February 9, 2009 10:36 PM

What happens when you click on continue?

Anyone else have this problem?

Does your Rovio_data.txt file look like this? With your IP and Port along with the Forward slash after your port? Did you turn off your Security settings on the Rovio (the password)?

Enter your IP Address Below like this http://111.222.333.444:5555/
http://24.255.255.555:9090/
Enter number of Seconds you want Rovio to wait before next backup command is sent 3600 is 1 hour. NOT USED in Commander
3600
Brightness Default Value Below -200 to 200
15

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 10, 2009 2:11 AM

When I click on "continue", the warning dialogue box just pops up again.

I did not turn off my password . I`ll try that next.

I am running beloved XP and text files are on C drive.

The rest I did as instructed but just to be sure, where you write http://111.222.333.444:5555/ this should remain untouched right? And the next IP adr. should be replaced with my Rovio`s own together with port number?

This is waht I did with your commander1 and it worked (except no video) so I guess it`s right what I`m doing.

February 10, 2009 6:18 AM

Yes, that is corrct. It will be the password that is causing the problem as well with Rovio Commander 1. I had put that in the instruction way back and somehow it got removed. I have now added that to my web site. Sorry for all the trouble you had to go through. Let me know if you still have problems.

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 10, 2009 6:52 AM

No worries. I`ll try again. Bth, where are you and what time is it there? Shouldn`t you be fast asleep?

February 10, 2009 12:58 PM

Texas, I go to work early.

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 10, 2009 5:35 PM

Fixed the links, you should be able to download now.... sorry...

http://www.roviocommander.com

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

February 11, 2009 12:23 PM

slippery2 said:

No worries. I`ll try again. Bth, where are you and what time is it there? Shouldn`t you be fast asleep?





Did it work?

Rovio Commander II
Record Video, Motion Detect, Sentry Paths and more. All features built in. <br>
http://www.robocommunity.com/download/15769/_New-Rovio-Commander-II/

Discussion:    Add a Comment | Back to Top | Comments 1-25 of 41 | Latest Comment | 1 2 Next »

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window