2017년 8월 26일 토요일

WiFi Wireless Endoscope camera and app inventors ??


I'm currently working on my univecity project. I have created my own application usin app invetors to achive most of the functionality now I would like to add live camera to it using wifi endoscope.
Its works by connecting to it by WIfi netowrk and its got application that allows to see camera reading. 
App allows to select connected cammera, affter selecting camera live image will show up:


My qestion is is there any way that I could see those images in my own application using app invetors. Is there any way to read WIFI readings ? 

--
When I enter showed address is taking me to router setting page. So I assume that wifi adaptor on the camera works like a router. 

--

Unfortunately, it's all in Chinese :( 

--
Maybe you could use the app that goes with the device to find out how it connects and what the API is like.

--

How to zoom out page to full site view in web viewer


i have used the search but not found a post give me a idea.

i like to open a web page in web viewer and zoom out to the full size view of the page

is there any code or add for the web viewer to do this automaticly by opening the page ?

hope you can help,

--
What you could do before opening the webviewer is make all other components invisible and set the width, height of the webviewer to width, height of the screen.

-- 
i have it like you wrote, maximal screen size,
but the page is not shown complitly, only a part of and a little zoomed,
so the page can zoomed aou a little more manualy...

-- 
Can you post your blocks, and also your design?

-- 
If they are your own web pages, then you can control how the html fits into the page with css:

<style>
#body {
  width:100%;
  height: 100%;
</style>

<body>
  <div id="body>
    all the text would go here!
  </div>
</body>

for example, but other web pages may not have this code, and what if a web page is designed to be a long one, autofit would make it unreadable.

-- 
Its just a webview with call of URL

So No way

--

open pdf file


can sombody tell me our show me how open een pdf file
my pdf is in my google account
now i get only the html look

see the link thats what i have done

p50B_activity_starter_pdf.aia

file:///mnt/sdcard/AppInventor/assets/acueducto.pdf

https://docs.google.com/viewer?url=

http://kio4.com/appinventor/imagenes/sanctipetri.pdf





●▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬●
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗ 
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣ 
╠╗║╚╝║║╠╗║╚╣║║║║║═╣ 
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝ 
♦ Facebook → http://facebook.com/ludaapps
♦ Instagram → http://instagram.com/luisdanielperez18
♦ Descargar → http://sh.st/4wbnm

★★★★★ ★★★★★ ★★★★★ ★★★★★




♦ Juegos Online Android → https://goo.gl/9st9mh
♦ Mi primer GamePlay → https://goo.gl/CxCExK
♦ Top juegos de fútbol → https://goo.gl/FZUWde
♦ Root cualquier Android → https://goo.gl/Zre5hp
♦ Perzonaliza Whatsapp → https://goo.gl/gI3NDq

★★★★★ ★★★★★ ★★★★★ ★★★★★

--