Announcement

Collapse
No announcement yet.

Jon00 Control (Touchscreen) Interface

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    i also will try this out on a 770 as well as my UMPC... donations heading your way once i have it up and running!!

    Comment


      #17
      Camera

      After some small modification on my camera page and using the fallowing command i can see my camera picture on the Nokia N800

      Button1-1Type=Embed http://192.168.1.81/Simple/home.htm?IMG,600,330,auto

      Attached Files

      Comment


        #18
        Originally posted by DeLicious View Post
        i also will try this out on a 770 as well as my UMPC... donations heading your way once i have it up and running!!
        I have also done some test on the N770..it will not run..
        you need OS2008...and that one will not run on the 770

        On the Asus R2H..UMPC it's running perfect. (IE7)

        Comment


          #19
          well, i guess that's a solid argument for buying an n800 instead...

          Comment


            #20
            Chak,

            When you say it is not working on the 770, are you saying that both control and display are not working. I would expect the control side to work on more devices than the display.
            Jon

            Comment


              #21
              Originally posted by jon00 View Post
              Chak,

              When you say it is not working on the 770, are you saying that both control and display are not working. I would expect the control side to work on more devices than the display.
              Jon you are correct.
              control is working..
              Display will not work and the font alignment is also not working fine.


              on the PocketPC both options will not work..

              Comment


                #22
                Are you talking about font alignment on the buttons? If so, this can be altered with the padding settings.
                Jon

                Comment


                  #23
                  Thanks Jon

                  Thanks for this great package Jon here are a few images of what i have done so far.
                  This setup for my N800


                  Click image for larger version

Name:	Picture 1.png
Views:	1
Size:	189.1 KB
ID:	1153802

                  Click image for larger version

Name:	Picture 2.png
Views:	1
Size:	254.7 KB
ID:	1153803

                  Click image for larger version

Name:	Picture 3.png
Views:	1
Size:	178.5 KB
ID:	1153804

                  Comment


                    #24
                    8r1an:

                    How do you embed your cameras on the page? I am a little confused.

                    Thanks,
                    Steve

                    Comment


                      #25
                      well, i've only read over the documentation, but so far, color me impressed. i will definitely be putting together a proof of concept for the wife and for comparison to HSTouch (you know, should it ever get released).

                      one thing that i think is missing is that buttons apparently can only do one thing, i.e., run an event, go to a url, send an x10 command, etc. what would be very useful is to be able to run an event AND go to a url. basically, i was hoping to use it like a harmony remote, press the "watch tv" button which would run the event to turn everything on then refresh to a screen with appropriate buttons for watching tv. in the meantime, i'll find a workaround...

                      Comment


                        #26
                        Originally posted by skozin View Post
                        8r1an:

                        How do you embed your cameras on the page? I am a little confused.

                        Thanks,
                        Steve
                        Steve

                        For my axis camera's i use this

                        ---Column 3 Table 1 Button 1---
                        Button1-1Type=Image http://cameraip/axis-cgi/mjpg/video.cgi,320,240
                        Button1-1Text=
                        Button1-1Desc=
                        Button1-1DescBGcolor=
                        Button1-1Action=
                        Button1-1Line1=
                        Button1-1Line2=

                        Comment


                          #27
                          Originally posted by DeLicious View Post
                          one thing that i think is missing is that buttons apparently can only do one thing, i.e., run an event, go to a url, send an x10 command, etc. what would be very useful is to be able to run an event AND go to a url. basically, i was hoping to use it like a harmony remote, press the "watch tv" button which would run the event to turn everything on then refresh to a screen with appropriate buttons for watching tv. in the meantime, i'll find a workaround...
                          That's an excellent idea - I will see what I can do.
                          Jon

                          Comment


                            #28
                            [quote=8r1an;803874]Thanks for this great package Jon here are a few images of what i have done so far.
                            This setup for my N800

                            Very nice..
                            can you please send your ini files to me?

                            Comment


                              #29
                              Originally posted by jon00 View Post
                              Are you talking about font alignment on the buttons? If so, this can be altered with the padding settings.

                              Garden<br>Lights

                              Result was one line.

                              I tested this with one of the beta versions
                              not sure how it is in the final version.


                              Chak

                              Comment


                                #30
                                Are you putting a streaming image on your web page? I am using Yawcam and I can't figure it out. All I get is the border. I followed Jon00 instructions Placed a new button on the CSS:

                                .Button116
                                {
                                color: #ffffFF;
                                font-family: Tahoma, Verdana, HandelGothic, sans-serif;
                                font-size: 12pt;
                                font-weight: normal;
                                padding-top: 0;
                                padding-bottom: 0;
                                padding-right: 0;
                                padding-left: 0;
                                background: url(/images/mycontrol/buttons/set1/BlackBG/IMG_0274.JPG);
                                width: 320px;
                                height: 240px;
                                border: 2px solid #000000;
                                }


                                This will give me a jpg from my computer (not my webcam image, just a jpg file) but I am looking for a live stream.

                                I am a newbee to coding (a little lost). Any help would be appreciated.

                                Thanks,
                                Steve

                                Comment

                                Working...
                                X