How to display& control IP Camera stream (Foscam / Tenvis)

Thank you for the suggestion – sadly, it didn’t solve the problem. However, the good news is that I have been able to achieve my objective another way and am now poised ready to purchase NSB

I have one remaining test – using Volt.

I can deploy to Volt but when I try the QR-code my iPhone message is that I am using the demo (true) and the App is disabled. I then get stuck in a loop to deploy again. It does deploy to local Chrome OK.

I tried to delete the previous version of my app and also my account but neither seem possible. Typing in the name or email does not enable the delete button.

Is there a way round this – and will I still a have problem if I just go ahead and purchase.

Thanks,

Peter

Try again now. It might be the server needs a bit of extra time to reset in this case. We’re working on improving this.

In any case, this won’t happen with the full version.

Thanks - all ok again now.

Can anyone advise why this works perfectly in desktop browser Chrome & IE but not when deployed to iPhone.
Button click is actioned on phone (counter increments) but HTML2 doesn’t fire.

Function Button3_onclick()
  HTMLview2.innerHTML="<iframe src='http://192.168.0.173:8173/cgi-bin/ptzctrl.cgi?-step=1&-act=down&usr=admin&pwd=pass' />" 
  CounterUpdate()
End Function

Have tried with JQW button and also JQM button.

Problem solved:

Changed <iframe to <img and it now works correctly.

Odd or expected?