Hi everyone, I'm new in krpano
I have some trouble when working with depthmap.
I already have gray-scale image of each scene but don't know how to setup with XML code, I had read example in krpano but still not work
This is my scene code, please help me step by step how to using depth map. Thanks very much!
<scene
name='Panos-673466a79da8f4d0963845c2'
title='2'
thumburl='https://io.meeymedia.com/meey3d-test/pa…tiles/thumb.jpg'
lat=''
lng=''
heading=''
bgcapture='true'
onloaded='handleLoadedScene()'
onclick='handleClickScene();'
onstart='handleStartScene(Panos-673466a79da8f4d0963845c2, undefined, undefined)' floor='floorplans_containerundefined'
>
<autorotate enabled="true" />
<control bouncinglimits='calc:image.cube ? true : false' />
<events onloadcomplete="jscall(reactKrpano.sceneLoadCompleted(true)); set(isLoadSceneCompleted, true);"/>
<events
onautorotateoneround="
if(get(isLoadSceneCompleted), jscall(reactKrpano.handleNextScene('673466a79da8f4d0963845c2'));)
"
/>
<view depthmap="true" depthmap.depthscale="1.0" fovtype='MFOV' fov='120' maxpixelzoom='1.5' fovmin='1.0' fovmax='140' limitview='auto' />
<preview url='https://io.meeymedia.com/meey3d-test/pa…les/preview.jpg' />
<events name='currentpano'
onnewpano='stopallsounds();'
onremovepano='stopallsounds();'
/>
<image>
<cube url='https://io.meeymedia.com/meey3d-test/pa…s/%25s/%25s.jpg' />
<depthmap background="pano" url="https://file.meeymedia.com/meey3d-test/te…8561-129917.png" mapmode="1" scale="1.0" offset="0.0"/>
</image>
</scene>