Announcement

Collapse
No announcement yet.

Jon00Tle - Tile Does not disable - Resolved!

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

    #16
    always interested, please let me know how I can make it better.

    Comment


      #17
      OK, to increase the refresh rate, change this line:


      setTimeout('refresh()',500);

      Reduce 500 to say 250 which will show 4 frames a second rather than 2. Too low and it may not work.

      Assuming you have HD cameras, change these lines:

      if (w > 800) {
      w = 800;


      Increase 800 to the width (in pixels) of the image size you want.

      Note: It will not increase the size if the camera image resolution (width) is smaller than what you specify. HD cameras are normally 1920 X 1080
      Jon

      Comment


        #18
        Thank you Jon I will try it.

        Sent from my SM-G973U1 using Tapatalk

        Comment


          #19
          Jon, I'm pretty happy right now with the previous changes you made, although I do not see any changes in changing from 500 to 250, I believe my cameras still change every 5 seconds, I'm sure are my cameras. Again, not to worry, I'm very happy with what I have. It was just an FYI.
          P.S. Do I need to reboot HS4 maybe for those changes to take effect?
          In regards to the change with 800 size, I'm doing picture to picture and the cameras are only using the following [iframe /jon00hstile/hs4cam1.html,500,370,0] would it make a difference?

          Comment


            #20
            Changes would just need a page refresh.

            No need to change as your iframe width is 500.
            Jon

            Comment

            Working...
            X