Hi, I'm trying to replace texture on a video hotspot by postprocessing shader. Actually idea is to change one video to another with displacement map transition, as it showing here.
Is this possible to do this with video as distorted hotspot?
Thanks in advance!
Posts by i.shilyaev
-
-
Hi!
Suppose the geometry is loaded from a DEPTH file. Is it possible to change vertices coords in 3d space dynamically?
It would be great if you could move some triangles :) -
I think this way is the best:
set(stickietitle, calc:'global.data[stickie_close].content');
copy(stickietitle,get(stickietitle));
or -
Glad to hear such flattering feedback from you guys.
The camera we used is most of time Gopro Fusion and Insta One X (for one small dynamic scene).
Smooth playing on mobile was our technical goal. Therefore, we had to reduce quality. In an experimental way, we found these parameters: 1440x720, 2Mbit 2pass (or 3Mbit, depends on the duration of the video, file must nearly 40-60MB ) 12.5fps.
Desktop params: 2K, 5-7 Mbit 2pass 25fps (nearly 100MB total). -
Hi!
I want to share our work. This is an interactive 360 documentary that made using krpano viewer and videoplayer plugin.Thanks in advance for watching!
-
Nice shot, nice tour!
Tuur
Thank you, Tuur :)
-
Wow, impressive zoom level for a drone shot (I guess you used a drone ?)
May I ask what drone/camera/focal length you used ?
Well done !
Thanks! On aerial panoramas we used a DJI s800 and custom made gimbal with Sony A6300 and 85mm lens.a very nice tour, well done
also the custom gui is cool
Thank! I'll tell it to our freelance designer :) -
We started this project about Moscow, working in Kolor Panotour, and ended up in a text editor with krpano documentation. It took a few months.
Thanks to Jérome Boccon Gibod with his Snapshot plugin, Alexander Popov with the custom plugin for the mobile version and Klaus Reinfeld for that tutorial and for everything else.
Any suggestions or comments are welcome! Thanks -
A few months ago we used the Insta360 pro camera to shoot our project.
Well, in our opinion - this is the best camera at the moment.
In the batch mode, this camera makes a series of 10 images with 8k resolution, and we use this great feature here
But GoPro Fusion seems highly promising for now. -
Hi! I have some trubles with addlayer() action.
I want to create a simple layer for each hotspot on scene (draw a little circle on bottom of the screen). When hotspot is active, layer will be blinking (or change color/size, don't know yet). But something wrong with my code (or bug?). Only one layer with name="layer_7" is created (There is 8 hotspots on scene)
Here is my code:Codefor(set(hsix, 0), hsix LT hotspot.count, inc(hsix), calc(temp_name,'layer_' + hotspot[get(hsix)].name); addlayer(temp_name); mul(layer[temp_name].x,hsix,40); dec(layer[changes_breadcrumbs].x,20); assignstyle(layer[temp_name],'breadcrumbs_style'); txtadd(layer[temp_name].html,get(hsix)); );Help me pls!
OMG I forget get()
Codefor(set(hsix, 0), hsix LT hotspot.count, inc(hsix), calc(temp_name,'layer_' + hotspot[get(hsix)].name); addlayer(get(temp_name)); mul(layer[get(temp_name)].x,hsix,40); dec(layer[changes_breadcrumbs].x,20); assignstyle(layer[get(temp_name)],'breadcrumbs_style'); txtadd(layer[get(temp_name)].html,get(hsix)); ); -
Hi everyone!
What about SVG animation? This option has a great opportunities!
Is this possible to use .svg files or <svg> code as source for layer in krpano DOM three and then to manipulate some parameters? For this moment only in-code animation work (CSS and SMIL). Animated layer with .svg file looks like behind the glass. But it would be great if we could set and edit it dinamically. Other words, create and animate svg by code and CSS on some user events, like 'click', 'hover' etc.
Thanks! -
I can add those two networks and send you an updated version, but it looks Odnoklassniki has no option to add an image for the shared url...
Hi! I want this version with vk.com included. Where can I get that? Thank you!