You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning ,
I would like to create an immersive view with a set of panoramic images that I acquired using an RTC360 scanner.
I would like to use the Itowns immersive view but I don't know how to do it based on my panoramic images.
// Prepare oriented image source var orientedImageSource = new itowns.OrientedImageSource({ url: 'http://www.itowns-project.org/itowns-sample-data-small/images/140616/Paris-140616_0740-{cameraId}-00001_0000{panoId}.jpg', // Url to a GEOJSON file describing feature points. It describre position and orientation of each panoramic. orientationsUrl: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/immersive/exampleParis1/panoramicsMetaDataParis.geojson', // Url of a a JSON file with calibration for all cameras. see [CameraCalibrationParser]{@link module:CameraCalibrationParser.parse} // in this example, we have the ladybug, it's a set of 6 cameras calibrationUrl: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/immersive/exampleParis1/cameraCalibration.json', });
I went to github, but this part of the code escapes me.
I need help please
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning ,
I would like to create an immersive view with a set of panoramic images that I acquired using an RTC360 scanner.
I would like to use the Itowns immersive view but I don't know how to do it based on my panoramic images.
// Prepare oriented image source var orientedImageSource = new itowns.OrientedImageSource({ url: 'http://www.itowns-project.org/itowns-sample-data-small/images/140616/Paris-140616_0740-{cameraId}-00001_0000{panoId}.jpg', // Url to a GEOJSON file describing feature points. It describre position and orientation of each panoramic. orientationsUrl: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/immersive/exampleParis1/panoramicsMetaDataParis.geojson', // Url of a a JSON file with calibration for all cameras. see [CameraCalibrationParser]{@link module:CameraCalibrationParser.parse} // in this example, we have the ladybug, it's a set of 6 cameras calibrationUrl: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/immersive/exampleParis1/cameraCalibration.json', });
I went to github, but this part of the code escapes me.
I need help please
Beta Was this translation helpful? Give feedback.
All reactions