ok, I sent a private message, thank you very much
Posts by Bertolazzi8
-
-
Yes, the CMS4VR system is fantastic, I've looked at all the tutorials. The problem is that I need something much more personalized and the system has a closed format that cannot be changed, so I look for a solution.
-
Hello Piotr. I am very interested in your CMS4VR. I've even talked to you several times by email. The difficulty I'm finding is being able to use the system with individual users, like a SAAS. I'm studying possibilities, and I've already thought about acquiring the CMS4VR. Few people have the knowledge to guide me in this area. I'm studying to find solutions.
-
Hello good afternoon. Is there anyone here in the group who is interested in doing a job for me? Assembling a programming module, I believe using PHP and maybe a little javascript, I'm not quite sure what you need. I would like to allow the user to upload a jpg image and the server automatically convert it to html+xml using krpano. We can combine a value. I have a space on a shared server. Basically I want to do what kuula.co does, you send a JPG and it turns into a Virtual Tour directly on the server using KRPano. It's possible?
-
Do you work with this? Would you be able to set up a programming routine for me, if I paid you, that would use krpano on my server to convert a user-submitted image into a virtual tour?
-
Thanks for sharing, it helped a lot. I need to study the code more and find the solution, step by step I'm getting it.
That's one of my mistakes, the server is shared. From what I researched and studied for this type of task, I need a server of my own to run krpano. Thank you very much, I will research more on this.
-
Hello, good evening, can someone help me with the php code? I'm inexperienced, and despite searching a lot I don't find answers. Krpano is in a folder on the server, the folder has permission 777 and the files permission 775, I tested two codes but when I access the server nothing happened. The intention was for KRpanotool to automatically create a VTOUR, thanks for the help.
EXAMPLE CODE 1
exec("/domains/http://imerso360.com.br/public_html/testekrpano/krpanotools makepano -config=/domains/http://imerso360.com.br/public_html/te…s/normal.config /domains/http://imerso360.com.br/public_html/te…_190848_313.jpg", $output);
EXAMPLE CODE 2
exec("ftp://imerso36@http://ftp.imerso360.com.br/domains/imerso…ano/krpanotools makepano -config=ftp://imerso36@http://ftp.imerso360.com.br/domains/imerso…s/normal.config ftp://imerso36@http://ftp.imerso360.com.br/domains/imerso…_190848_313.jpg", $output); -
Good evening, I've been wanting to run a project for a long time, where the user can upload an image and automatically generate a virtual tour, all through my website. Believe me, it's very difficult to find someone to do this, so I started studying programming and I don't even know where to start. I started studying Javascript, and now I'm in doubt, if I use the Angular or React framework, I saw a colleague here on the forum talking about React for Krpano, would it be the most recommended? What should I seek from knowledge? I thought Javascript and maybe even a little PHP would be necessary to run the krpano application on the server, but I saw almost nothing about it here on the forum. I've already hired two programmers and they gave up because it's not something very simple. What do you think?
Another question... the command:- loadpanoimage - load the currently defined <image> element.
Should be used together with image.reset().
...which is in the documentation has something to do with loading a new image into krpano? Sorry if I'm asking nonsense, it's just that I'm researching a lot on the subject and I think my first problem to solve is to run krpano on a server and when the user loads an image the server already triggers krpano and converts it into a tour, like it's done manually, and for that I don't even know what language to use.
Thank you for now. - loadpanoimage - load the currently defined <image> element.
-
Thanks for help Tuur
-
Thanks Klauss. I try testing this.
do you know how the krpano license works? I intend to buy one and wanted to know if I can use the plugin on my desktop at home and in the office, and in the future put it only on the server. Will I need more than a license?
-
I'm still learning, but I think the Krpano tool is really cool. I managed to create a virtual tour with the plugin editor, put it on my server and it worked. i am planning to buy the license. I just had a little problem... when viewing on the computer the navigation bar shows the VR glasses option. but when opening in the mobile browser this option does not appear. Why does it happen? Do I have to enable the gyroscope option in the plugin's xml code? I've tested it on several Android browsers and it doesn't show up. Thanks
-
But from what I've been reading the krpano demo does everything that the license offers with the difference that is with the krpano logo. Are you saying that I would have to do this via script? using something like javascript?. thanks.
-
I would like help. I'm new to this krpano. I understand that you can drag the images to the make tour and it automatically creates the file and folder structure for us to later put on the server. Suppose I want to automate this process. the user enters my website, he clicks an open button, where he chooses an image and the virtual tour is automatically generated. This is all happening inside my server. I looked for directions on how to do this but didn't find anything.