Dear visitor, welcome to krpano.com Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
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)
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
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
Hi Pur
Thank you for your recommendations, i implement them but continue with the same problem.