kw1816 0 Posted May 9, 2006 Some time ago I started to play with the Geovision HTML SDK as I wanted to create a webpage with a live view of a Geovsion camera feed without having to log in etc. I've just found the webpage (hosted locally) that I started to build but I can't remember how it all works - must be old age creeping up The only bit I'm missing is this - I have a page with the four camera feeds I want embedded in it - opening the page gives a blue screen window for each feed with 'Play''Stop''Snapshot' etc above it. I want this page to open with the camera feeds playing without having to click 'Play' I'm sure there must be a way to do this - anyone help ? Alternativley, it there another way to display one or more live camera feeds embedded in a webpage without having to login or click any buttons i.e. no user interaction. Just in case you're curious It's for a page to be autoamatically displayed on my touchscreen controllers whenever required. Ta Kevin W. Share this post Link to post Share on other sites
joey 0 Posted May 12, 2006 Some time ago I started to play with the Geovision HTML SDK as Iwanted to create a webpage with a live view of a Geovsion camera feed without having to log in etc. I've just found the webpage (hosted locally) that I started to build but I can't remember how it all works - must be old age creeping up The only bit I'm missing is this - I have a page with the four camera feeds I want embedded in it - opening the page gives a blue screen window for each feed with 'Play''Stop''Snapshot' etc above it. I want this page to open with the camera feeds playing without having to click 'Play' I'm sure there must be a way to do this - anyone help ? Alternativley, it there another way to display one or more live camera feeds embedded in a webpage without having to login or click any buttons i.e. no user interaction. Just in case you're curious It's for a page to be autoamatically displayed on my touchscreen controllers whenever required. Ta Kevin W. hello, you have to set LiveX1.disablepwd = ture LiveX1.username = " your username or keep it blank--just for guest user " LiveX1.password = " your password or keep it blank--just for guest user " this source code must add into your webpage (you need to use javascript do not just copy and paste.) Just for your reference! Share this post Link to post Share on other sites