Select to view content in your preferred language

Web Cameras, Web Scenes

3624
16
Jump to solution
06-28-2013 10:34 AM
LukeCzar
Deactivated User
Hi!

I would like to add a web camera into Web Scene, so If I will click on the object I will have an option to see how the place looks in real life (I saw it in one of your online tutorials)
Tags (2)
0 Kudos
16 Replies
xinlongliu
Emerging Contributor
You can read more about IFRAME attributes in CE here: http://urban-scene.blogspot.com/2013/09/where-to-start.html


Hi,i couldn't not open the html.Is there any wrong?
0 Kudos
xinlongliu
Emerging Contributor
Hi,

This is exactly where I found my answer 🙂



lukasz


Hi,could you tell me how to set the iframe?I added a picture on the model.I want to see the picture when i click the model.I set the picture under the folder.But it didn't work correctly.[ATTACH=CONFIG]32097[/ATTACH].The src i set is below
<ifram src="e:\CityEngine\gym\globe.jpg"></iframe>.Is there any wrong?
0 Kudos
LukeCzar
Deactivated User
Hi!

I am not 100% sure, but I think you need to place your photo on server, you can use google drive and copy the image location
for instance it will look like that : "http://www.googledrive/my_photo.jpg" and then you need to add the whole code to attribute :

<iframe height="405" width= "600" src="http://www.googledrive/my_photo.jpg" ></iframe>

You should check Carl's Blog :

http://urban-scene.blogspot.com/2013...-to-start.html


Lukasz
0 Kudos
xinlongliu
Emerging Contributor
Hi! 

I am not 100% sure, but I think you need to place your photo on server, you can use google drive and copy the image location 
for instance it will look like that :   "http://www.googledrive/my_photo.jpg" and then you need to add the whole code to attribute : 

<iframe height="405" width= "600" src=  "http://www.googledrive/my_photo.jpg" ></iframe> 

You should check Carl's Blog : 

http://urban-scene.blogspot.com/2013...-to-start.html


Lukasz


Hi,thanks for your reply.I achieved it.However,i have another problem.The below is my picture[ATTACH=CONFIG]32134[/ATTACH].The pane is very small.The other is the example's picutre[ATTACH=CONFIG]32135[/ATTACH].How to achieve this effect.
0 Kudos
xinlongliu
Emerging Contributor
Hi! 

I am not 100% sure, but I think you need to place your photo on server, you can use google drive and copy the image location 
for instance it will look like that :   "http://www.googledrive/my_photo.jpg" and then you need to add the whole code to attribute : 

<iframe height="405" width= "600" src=  "http://www.googledrive/my_photo.jpg" ></iframe> 

You should check Carl's Blog : 

http://urban-scene.blogspot.com/2013...-to-start.html


Lukasz


I couldn't visit the blog.Is there any wrong?or Could you screen shot it?Thanks
0 Kudos
LukeCzar
Deactivated User
Hi,


You should play with this numbers : <iframe height="405" width= "600" src="http://www.googledrive/my_photo.jpg" ></iframe>

I am not sure, but it is not possible to extend that Green Bar(without chanting the code)

In the Blog there is a tutorial how to add attributes and paste video/photo - which you already did


Lukasz
0 Kudos
LukeCzar
Deactivated User
You can read more about this here :


http://forums.arcgis.com/threads/95340-embedded-link-webscene




Lukasz
0 Kudos