You are not logged in.

jvh

Beginner

  • "jvh" started this thread

Posts: 14

Location: Mexico

  • Send private message

1

Friday, March 1st 2019, 1:39am

Capture part of the screen

Any one can help me solve this problem, i need to capture part of the multires image, but i can't obtain just the part that is in the frame, here is the sample


thank you

This post has been edited 1 times, last edit by "jvh" (Mar 1st 2019, 5:30am)


2

Tuesday, March 5th 2019, 10:03pm

jvh,
Apparently you need to allow viewing your scene over the whole image. Right now your <view is limited by the limitwiew=auto. Change it to limitview=off.
Another story is the container size of the snapshot image. You need to adjust it to a better width/height.
Pavel

3

Wednesday, March 6th 2019, 4:57pm

Hi jvh,
Seems there is a better solution. Make the snapshot container dragable. In the 'makescreenshot' action of the krpano add:

Source code

1
container.ondown = "draglayer()";

And add the draglayer actionto your tour.xml or your code container xml file.
Pavel

jvh

Beginner

  • "jvh" started this thread

Posts: 14

Location: Mexico

  • Send private message

4

Sunday, April 28th 2019, 6:35am

Hi Pur

Thank you for your recommendations, i implement them but continue with the same problem.