Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Here it is: https://www.facebook.com/sharer/sharer.p…eZdPAEWu0ZqChdyIt still does not work for me. Is there any special settings or permission in the Facebook app? Thank you
No, facebook ap id is not required anymore...
Could you paste here the url displayed in the facebook share window adrees bar, I guess it's a cache problem on your side...
Hi,
Will your plugin work with multiresolution panoramas?
Great plugin!!!
Some quick questions:
1- On mobile, what variable should I use to "frame" the snapshot at the sharing screen?.. like what StudioRun is doing here:
http://bit.ly/2njLQ1w
2- How can I make the tutorial_msg appear EVERY TIME the user clicks the camera icon? (Not just the first time).
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<action name="show_snapshot">
if(panoshot.show_msg AND %1 == true, showtuto();set(firstshot,true),set(layer[tuto].visible,false););
set(layer[camera].visible,%1);
set(layer[viewfinder].visible,%1);
if(panoshot.show_ratio,set(layer[viewfinders].visible,%1));
if(panoshot.viewfinder_glass,set(layer[viewfinder_glass].visible,%1));
set(snapshot_ison,%1);
mysnapshot(%1);
</action>
<action name="resizescreenshot" devices="mobile">
setup_social();
if(layer[screenshot].loaded,
div(screenaspect, stagewidth, stageheight);
div(imageaspect, layer[screenshot].imagewidth, layer[screenshot].imageheight);
if(imageaspect GT screenaspect,
set(layer[screenshot].width,-100); set(layer[screenshot].height,prop);
,
set(layer[screenshot].width,prop); set(layer[screenshot].height,-100);
);
);
</action>
|
Hello,
Your plugin is very interesting and I'm thinking about buying but I need to know how it works "maxsize" attribute? Maybe I'll describe what I need. I would like the viewer to be able to take a picture in max. resolution. If it is a giga-panorama and the viewfinder is smaller then the recorded image will be in the size that the resolution of the giga-panorama allows. Is it possible![]()
Chris
|
|
Quellcode |
1 |
plugin[screenshot] - loading of 'http://<localip>/plugins/panoshot/' failed! |
Unfortunately I am having issues getting this plugin to work. I don't see anything in the documentation that discusses what the requirements are to run it. I see that the plugin uses php files for savescreenshot.php and setmeta.php; does a php server need to be running on the host machine?
I am getting the following error:
![]()
Quellcode
1 plugin[screenshot] - loading of 'http://<localip>/plugins/panoshot/' failed!
The above is trying to run off local test server but I have also uploaded and tested plugin on remote server with php installed (no server running though) and set the external_php_server and external_php_server_path variables.
Any assistance is greatly appreciated!
Sorry, this is not possible with the snapshot plugin.Is it possible to set a fixed size for the snapshot? I would need to be able to fix the pixel size to 4K UHD or 3840 by 2160?
Is that possible?
Regards,
Robert
the link to the scene and view is now fixed for the email feature.The email just link to the start pano. And it does not include the snapshot in the email.
Just a link to it.
If you use scenes then just add the button that show/hides the snapshot UI in the ones you want and don't use keep="true"I don't know how to do that, can you help me please?