FreePV - Opensource panorama viewer

Goal: a powerful and truly cross platform viewer for panoramic images, both on your harddrive and inside web pages.

Status

FreePV is still in its early development state, however standalone viewers and plugins for Unix and Windows are already available. It is currently the best way to view QTVR files on Unix computers.

Current features

Limitations

Installation

Linux

Download the source package. Currently, no prebuild packages are available. Hugin can be build with the usual

$ ./configure
$ make
$ make install 
process. For building, the following packages are required (including development packages!):

Windows

Download the windows .zip file The windows package contains the standalone viewer (freepv-glut.exe) and the mozilla plugin (nsFreePV.dll). Copy the plugin dll to the Firefox plugin directory, typcially c:\Program Files\Firefox\Plugins, or similar. The standalone viewer, freepv-glut.exe, can be placed anywhere. Simply drop a panorama file onto the viewer icon to display it.

Usage

Currently only basic functionality of a viewer is supported. The following parameters can be added to the <embed> or <object> tags used to a panoramic image in a web page. The same parameters can be specified on the command line when invoking the standalone viewer.

All parameters can also be specified in a configuration file in the home directory of the user, ($HOME/.freepv, under unix). The configuration file overwrites any parameters specified in the webpage or the command line. This is especially useful for specifying the render quality, since it doesn't make much sense to hardcode this into the webpage.

View an example how FreePV can be used to view 6 cubefaces.

Example command line usage for viewing a QTVR file with low rendering quality:

$ freepv-glut quality=low src=my_panorama.mov 

Support and mailing lists

The FreePV-devel list is currently the place to contribute or comment on the FreePV development.

Credits

SourceForge.net Logo