PDA

View Full Version : consecutive images render


jai
10-23-2015, 11:21 PM
Hello Jeff,

Suppose i want to render more than 100 consecutive images in vizard as an animation..:confused:

How to do this?

Jeff
10-26-2015, 12:09 PM
Do you want to make a movie out of textures? If so, take a look at the following:

http://docs.worldviz.com/vizard/#examples/tex_lighting.htm

What's the resolution of the images?

jai
11-26-2015, 08:51 PM
Hello jeff,

These are satellite images. Normal resolution is 2k x 2k

Seadna
11-27-2015, 12:33 AM
Also is it possible to do this with a panorama i.e. 360 degree video.

Jeff
12-02-2015, 04:02 PM
These are satellite images. Normal resolution is 2k x 2k

Each frame has to be decompressed to RGB and uploaded to the GPU and then applied as a texture in Vizard. If the amount of image data exceeds the GPU memory then you could have framerate drops.

Jeff
12-02-2015, 04:19 PM
Also is it possible to do this with a panorama i.e. 360 degree video.

Do you have a spherical video or images that you want to apply in sequence?

jai
12-06-2015, 11:25 PM
thanks jeff, will try ..