Skip to content

ichlubna/lfStreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Field Video Streaming on GPU

This repository contains tools for light field video streaming. Visit the research page for more details and the dataset. The project uses HW-accelerated NVIDIA GPU video deocders and CUDA.

Download NVIDIA Video Codec SDK and copy the FRUC library (libcudart.so, libNvOFFRUC.so, NvOFFRUC.h) to src/libs/fruc/. In case of problems with loading of FRUC library create symlink in the build folder and set export path:

ln  libcudart.so.11.0 src/libs/fruc/libcudart.so 
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.

The project contains standard Cmake setup. Example usage:

cd ../scripts
chmod +x ./prepareDataset.sh
./prepareDataset.sh
mkdir build
cd ../build/
cmake ..
make -j4
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./lfEncoder -i ../scripts/finalResult/inputs/ -q 0.75 -o test.lf -a 2.276 -s 0.06_0.3
./lfStreamer -i test.lf -m PP

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published