Generating tiles with krpano tools

658 views
Skip to first unread message

tihomir dmitrovic

unread,
Jan 25, 2017, 6:51:13 AM1/25/17
to marzipano
Hi,
I am trying to get tiles from spherical 360 photo. We have backend processing, so marzipano tool is not an option so I am trying to use krpano tools.

Tried with krpano maketiles and spehre2cubic but seems that I just do not understand what am I doing, I just can't match z,f,x,y with the krpano tools options.

Has anybody tried to use krpano to feed the mazipano tiles? Or is there explanation how to get from spherical (shows nice as single file with Marzipano.EquirectGeometry) to marzpano tiles (Marzipano.CubeGeometry)

Štěpán Kukliš

unread,
Jan 25, 2017, 8:36:15 AM1/25/17
to marzipano
Hi, maybe this will help you (its not for krpano, but for panotools and python, although it show you the way in your toolset):

best regards
Stepan

Dne středa 25. ledna 2017 12:51:13 UTC+1 tihomir dmitrovic napsal(a):

tihomir dmitrovic

unread,
Feb 1, 2017, 5:24:01 AM2/1/17
to marzipano
We moved to krpano viewer at the end :(
I'd say that I like merzipano api more than krpano, but right now krpano works out of the box and I can't no more time on that..

Manuel Cabral

unread,
Feb 6, 2017, 12:35:48 PM2/6/17
to tihomir dmitrovic, marzipano
Hi,

I think the code for the cube-multi-res demo does what you need. Let me know if you have any questions.

All the best,
Manuel

--
You received this message because you are subscribed to the Google Groups "marzipano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marzipano+unsubscribe@googlegroups.com.
To post to this group, send email to marz...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/marzipano/b2e14d8f-432a-493a-8d1f-a850e168ec2e%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

deluca....@gmail.com

unread,
Mar 15, 2017, 2:29:55 PM3/15/17
to marzipano
Hi Manuel,

I changed this:

var geometry = new Marzipano.CubeGeometry(sceneData.levels);

with this:

var geometry = new Marzipano.CubeGeometry([
 { tileSize: 256, size: 256, fallbackOnly: true },
 { tileSize: 512, size: 512 },
 { tileSize: 512, size: 1024 },
 { tileSize: 512, size: 2048 },
 { tileSize: 512, size: 4096 },
 { tileSize: 512, size: 8192 },
 { tileSize: 512, size: 16384 },
 { tileSize: 512, size: 32768 },
 { tileSize: 512, size: 65536 }
]);

but the speed at the start seems the same, tks

On Monday, February 6, 2017 at 6:35:48 PM UTC+1, Manuel Cabral wrote:
Hi,

I think the code for the cube-multi-res demo does what you need. Let me know if you have any questions.

All the best,
Manuel
On Wed, Feb 1, 2017 at 2:24 AM, tihomir dmitrovic <tole...@gmail.com> wrote:
We moved to krpano viewer at the end :(
I'd say that I like merzipano api more than krpano, but right now krpano works out of the box and I can't no more time on that..

On Wednesday, January 25, 2017 at 12:51:13 PM UTC+1, tihomir dmitrovic wrote:
Hi,
I am trying to get tiles from spherical 360 photo. We have backend processing, so marzipano tool is not an option so I am trying to use krpano tools.

Tried with krpano maketiles and spehre2cubic but seems that I just do not understand what am I doing, I just can't match z,f,x,y with the krpano tools options.

Has anybody tried to use krpano to feed the mazipano tiles? Or is there explanation how to get from spherical (shows nice as single file with Marzipano.EquirectGeometry) to marzpano tiles (Marzipano.CubeGeometry)

--
You received this message because you are subscribed to the Google Groups "marzipano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marzipano+...@googlegroups.com.

To post to this group, send email to marz...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages