Skip to content

Building real-time panorama using video or camera

License

Notifications You must be signed in to change notification settings

2vin/sweep-panorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweep-panorama

This repository contains code for making sweep panorama using video or camera on pc. This approach can be used to make real-time panorama on successive images or videos.

Dependencies

OpenCV 3.x or higher

Compile

From root directory: chmod +x compile.sh ./compile.sh

This will compile the libraries and save the executable naming 'panorama` in 'bin' folder.

Usage

This executable can be used to make panorama images from videos or live camera.
Use the following command to make panorama image from a video:
./bin/panaroma input_video_path output_image_name

Use the following command to make panorama image from live camera stream:
./bin/panaroma camera_index output_image_name
(Note: camera_index can be 0/1/2 only)

Example

For video:
./bin/panaroma data/pano_raw.mp4 pano.jpg

For camera:
./bin/panaroma 0 pano.jpg

The output images will be saved in 'output' folder

About

Building real-time panorama using video or camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published