You are not logged in.

Search results

Search results 1-20 of 21.

Wednesday, September 13th 2023, 2:34pm

Author: MANJAY

Unable to play videos properly on some browsers

1、Click on the video to play only sound. If you hide the posterURL, the video image you see will be black 2、Switch the phone to landscape mode, and the video will automatically pop up for full screen playback test link:krpano INFO:Android 13(M2012K11AC)-Chrome 100.0 WebGL

Monday, June 26th 2023, 5:33am

Author: MANJAY

krpano 1.21 (pre-release)

Upgrading from 1.20 to 1.21 loading error: Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross origin data, and may not be loaded. 1.21 is missing 'Origin' in Request Headers compared to 1.20 --------------------------------------------------- Today's new discovery: This may be a bug. If it is a complete protocol address (starting with [http://]or [https://]), it is normal, but using a relative protocol address (starting with [//]) w...

Friday, June 2nd 2023, 7:46am

Author: MANJAY

krpano 1.21 (pre-release)

Quoted from "MANJAY" When the [. depth] file size is greater than 500kb, the browser will crash, but the same file is normal at 1.20 Error code: STATUS BREAKPOINT It has been resolved , setting the subdiv of depthmap to 0 or a larger value will prevent it from crashing

Thursday, June 1st 2023, 5:26am

Author: MANJAY

krpano 1.21 (pre-release)

When the [. depth] file size is greater than 500kb, the browser will crash, but the same file is normal at 1.20 Error code: STATUS BREAKPOINT

Wednesday, April 12th 2023, 3:33am

Author: MANJAY

krpano 1.21 (pre-release)

Is this writing method not supported? The previous version was okay Source code 1 def(obj, object); def(obj.x, number, 1.0); def(obj.y, number, 2.0); js(test(get(obj))); Source code 1 WARNING: js() - calling Javascript 'test([object Object])' failed: SyntaxError: Unexpected identifier 'Object' Source code 1 function test(obj) {console.log(obj);}

Saturday, November 26th 2022, 10:34am

Author: MANJAY

videoDOM. srcObject = canvas. captureStream(); The videoplayer can't be used on iOS16. Who can help?

I want to play canvas animation in krpano through videoplayer. Other systems can do this, but iOS 16 can't. Source code 1 2 3 var videoDOM = hotspot.videoDOM; videoDOM.srcObject = canvas.captureStream(); hotspot.play();

Tuesday, January 11th 2022, 2:14am

Author: MANJAY

about the execution efficiency of Encrypt Tool

1. Whether the Encrypt Tool has a public algorithm that can be used directly in the code of the server, instead of using the command line, otherwise the process of krpanotools needs to be started every time, and the efficiency of frequent calls is not ideal. 2. [-in=###] Whether to support strings, not just file paths. Otherwise the dynamically generated XML needs to be written to a disk file before the tool can be used.

Tuesday, January 11th 2022, 1:53am

Author: MANJAY

Does "includexmlstring" support loading encrypted content?

Quoted from "klaus.krpano" Hi yes, is supported, but depending on the actual usage (e.g. called from an action, from an xml attribute, from js) the correct escaping of the encrypted data can be important to ensure that the data is correctly passed. Best regards, Klaus Thanks, that works! But this hint is best written in the documentation, although it is very common, it is also easy to ignore.

Monday, January 10th 2022, 7:27am

Author: MANJAY

Does "includexmlstring" support loading encrypted content?

includexml(url, loaddone*) is supported, but includexmlstring(string, loaddone*) has not been tested successfully.

Thursday, July 22nd 2021, 11:15am

Author: MANJAY

Spaces in TextField will be deleted

Quoted from "spacerywirtualne" Do you put the text in a data container? Start text end of text. ]]> Piotr Yes

Thursday, July 22nd 2021, 3:46am

Author: MANJAY

Spaces in TextField will be deleted

using depthmap rendering mode,does it affect the test result? Source code 1 <display depthmaprendermode="3dmodel" /> You can try this example【examples/depthmap/abu-simbel-tempel-tour/tour.xml&initvars.editmode=true】

Wednesday, July 21st 2021, 11:51am

Author: MANJAY

Spaces in TextField will be deleted

Quoted from "klaus.krpano" Hi, that's normal for html/css and not krpano specific, but the css style white-space:pre; should help, e.g.: Source code 1 css='white-space:pre;' Best regards, Klaus layer support but hotspot (webgl) seems to have no effect.

Wednesday, July 21st 2021, 11:48am

Author: MANJAY

Spaces in TextField will be deleted

Hi spacerywirtualne layer support, but hotspot (webgl) header spaces seem to have no effect. Source code 1 <data name="datahtml"><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start text &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end of text.</p>]]></data>

Wednesday, July 21st 2021, 5:24am

Author: MANJAY

Spaces in TextField will be deleted

The extra spaces in the TextField will be deleted forcibly and only one is left. Is there a property similar to "condenseWhite "?

Thursday, June 17th 2021, 12:57pm

Author: MANJAY

krpano 1.20.9 - New MAKE VTOUR Droplet, Panotype-Editor, Leveling, Chroma-Key/Transparent-Videos, Updates for macOS Big Sur and iOS 14

Quoted from "klaus.krpano" When only the center is different, you can use the same model and change only the depthmap center setting: https://krpano.com/docu/xml/#depthmap.center Best regards, Klaus It seems that it cannot be used if the value of "image.prealign" is different?

Thursday, June 17th 2021, 3:52am

Author: MANJAY

If the two hotspots have different zorders, the upper one will have a black jagged stroke.

Source code 1 2 3 <display depthbuffer="true" depthmaprendermode="3dmodel" /> <hotspot name="image" zorder="3" rotationorder="xzy" depth="0" depthbuffer="true" keep="true" zoom="true" distorted="true" tx="41.32" ty="-89.24" tz="707.70" rx="0.00" ry="180.00" rz="0.00" width="124.57" height="124.57" alpha="1" enabled="true" url="/image.jpg"/> <hotspot name="icon" zorder="1" rotationorder="xzy" depth="0" depthbuffer="true" keep="true" zoom="true" distorted="true" tx="41.32" ty="-89.24" tz="709.70"...