Camera sample application with realtime GPU image processing
That software is based on the following image processing pipeline for camera applications that includes:
- Raw image capture (8-bit, 12-bit packed/unpacked, 16-bit)
- Import to GPU
- Raw data convert and unpack
- Linearization curve
- Bad Pixel Correction
- Dark frame subtraction
- Flat-Field Correction
- White Balance
- Exposure Correction (brightness control)
- Debayer with HQLI (5×5 window), DFPD (11×11), MG (23×23) algorithms
- Wavelet-based denoiser
- Gamma (linear, sRGB)
- JPEG / MJPEG encoding/decoding
- H.264 encoding/decoding
- Output to monitor
- Export from GPU to CPU memory
- MJPEG or H.264 streaming
- Storage of compressed images/video to SSD
Processing is done on NVIDIA GPU to speedup the performance. The software could also work with raw images in PGM format and you can utilize these images for testing or if you don't have a camera or if your camera is not supported. More info about that project you can find here.
From the benchmarks on NVIDIA GeForce RTX 2080ti we can see that GPU-based raw image processing is very fast and it could offer high image quality at the same time. The total performance could reach 4 GPix/s for color cameras. The performance strongly depends on complexity of the pipeline. Multiple GPU solutions could significanly improve the performance.
Currently the software is working with XIMEA cameras via XIMEA SDK. Via GenICam the software can work with XIMEA, Basler, JAI, Daheng Imaging cameras. Soon we are going to add support for Imperx, Baumer and FLIR cameras. You can add support for desired cameras by yourself. The software is working with demo version of Fastvideo SDK, that is why you can see a watermark on the screen. To get a Fastvideo SDK license for develoment and for deployment, please contact Fastvideo company.
- Camera SDK or GenICam package + camera vendor GenTL producer (.cti). Сurrently XIMEA, Basler, JAI, Daheng Imaging cameras are supported
- Fastvideo SDK (demo) ver.0.15.0.0
- NVIDIA CUDA-10.1
- Qt ver.5.13.1
- Compiler MSVC 2017
- Ubuntu 18.04 (x64 or Arm64)
- Camera SDK or GenICam package + camera vendor GenTL producer (.cti). Currently XIMEA, Basler, JAI, Daheng Imaging cameras are supported
- Fastvideo SDK (demo) ver.0.15.0.0
- NVIDIA CUDA-10.1 for x64 platform
- NVIDIA CUDA-10.0 for ARM64 platform
- Qt 5 (qtbase5-dev)
sudo apt-get install qtbase5-dev qtbase5-dev-tools qtcreator
- Compiler gcc 7.4
- FFmpeg libraries
sudo apt-get install libavutil-dev libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev
- Obtain source code:
git clone https://github.com/fastvideo/gpu-camera-sample.git
For Windows users
- Create OtherLibs folder in the project root folder. This folder will contains external libraries, used in gpu-camera-sample application.
- Download Fastvideo SDK from Fastvideo SDK (demo) for Windows-7/10, 64-bit (valid till March 23, 2020), unpack it into <Project root>\OtherLibs\fastvideoSDK folder.
- If you need direct XIMEA camera support, download XiAPI from https://www.ximea.com/support/documents/4. Install downloaded package (by default into C:\XIMEA). Copy API folder from XIAPI installation folder into <Project root>\OtherLibs folder.
- If you need GenICam support
- Download GenICamTM Package Version 2019.11 (https://www.emva.org/wp-content/uploads/GenICam_Package_2019.11.zip).
- Unpack it to a temporary folder and cd to Reference Implementation folder.
- Create <Project root>\OtherLibs\GenICam folder.
- Unpack GenICam_V3_2_0-Win64_x64_VC141-Release-SDK.zip into <Project root>\OtherLibs\GenICam folder.
- Unpack GenICam_V3_2_0-Win64_x64_VC141-Release-Runtime.zip into <Project root>\OtherLibs\GenICam\library\CPP
- Open src\GPUCameraSample.pro in Qt Creator.
- By default the application will be built with no camera support. The only option is camera simulator which is working with PGM files. To enable XIMEA camera support, open common_defs.pri and uncomment line DEFINES += SUPPORT_XIMEA.
- Build the project.
- Binaries will be placed into <Project root>\GPUCameraSample_x64 folder.
For Linux users
- Create OtherLibsLinux folder in the project root folder. This folder will contains external libraries, used in gpu-camera-sample application.
- Download Fastvideo SDK x64 platform from Fastvideo SDK (demo) for Linux Ubuntu 18.04, 64-bit (valid till March 23, 2020), or Fastvideo SDK Arm64 platform from Fastvideo SDK (demo) for NVIDIA Jetson Nano, TX2, Xavier unpack it into <Project root>\OtherLibsLinux\fastvideoSDK folder. Copy all files from <Project root>/OtherLibsLinux/fastvideoSDK/fastvideo_sdk/lib to <Project root>/OtherLibsLinux/fastvideoSDK/fastvideo_sdk/lib/x64 for x64 platform and to <Project root>/OtherLibsLinux/fastvideoSDK/fastvideo_sdk/lib/Arm64 for Arm64 platform. CD to created folder and run
ldconfig -n .
link libfastvideo_denoise.so.2 libfastvideo_denoise.so
link libfastvideo_sdk.so.18 libfastvideo_sdk.so
This will create required for application build symbolic links.
- If you need direct XIMEA camera support, download XiAPI from https://www.ximea.com/support/documents/4. Unpack and install downloaded package .
- If you need GenICam support
- Download GenICamTM Package Version 2019.11 (https://www.emva.org/wp-content/uploads/GenICam_Package_2019.11.zip).
- Unpack it to a temporary folder and cd to Reference Implementation folder.
- Create <Project root>\OtherLibsLinux\GenICam folder.
- Unpack GenICam_V3_2_0-Linux64_x64_gcc48-Runtime.tgz or GenICam_V3_2_0-Linux64_ARM_gcc49-Runtime.tgz into <Project root>\OtherLibsLinux\GenICam folder.
- Unpack GenICam_V3_2_0-Linux64_x64_gcc48-SDK.tgz or GenICam_V3_2_0-Linux64_ARM_gcc49-SDK.tgz into <Project root>\OtherLibsLinux\GenICam\library\CPP
- Open src\GPUCameraSample.pro in Qt Creator.
- By default the application will be built with no camera support. The only option is camera simulator which is working with PGM files. To enable XIMEA camera support, open common_defs.pri and uncomment line DEFINES += SUPPORT_XIMEA.
- Build the project.
- Binaries will be placed into <Project root>\GPUCameraSample_Arm64 or GPUCameraSample_Linux64 folder. To run application from terminal run from application executable folder:
ldconfig -n .
export LD_LIBRARY_PATH=`pwd`
./GPUCameraSample
To check system latency we've implemented the software to run G2G tests in the gpu-camera-sample application.
We have the following choices for G2G tests:
- Camera captures frame with current time from high resolution timer at the monitor, we send data from camera to the software, do image processing on GPU and then show processed image at the same monitor close to the window with the timer. If we stop the software, we see two different times and their difference is system latency.
- We have implemented more compicated solution: after image processing on GPU we've done JPEG encoding (MJPEG on CPU or on GPU), then send MJPEG stream to receiver process, where we do MJPEG parcing and decoding, then frame output to the monitor. Both processes (sender and receiver) are running at the same PC.
- The same solution as in the previous approach, but with H.264 encoding/decoding (CPU or GPU), both processes are at the same PC.
We can also measure the latency for the case when we stream compressed data from one PC to another over network. Latency depends on camera frame rate, monitor fps, NVIDIA GPU performance, network bandwidth, complexity of image processing pipeline, etc.
gpu-camera-sample is a multithreaded application. It consists of the following threads:
- Main application thread to control app GUI and other threads.
- Image acquisition from a camera thread which controls camera data acquisition and CUDA-based image processing thread.
- CUDA-based image processing thread. Controls RAW data processing, async data writing thread, and OpenGL renderer thread.
- OpenGL rendering thread. Renders processed data into OpenGL surface.
- Async data writing thread. Writes processed JPEG/MJPEG data to SSD or streams processed video.
Here we've implemented the simplest approach for camera application. Camera driver is writing raw data to memory ring buffer, then we copy data from that ring buffer to GPU for computations. Full image processing pipeline is done on GPU, so we need just to collect processed frames at the output.
In general case, Fastvideo SDK can import/export data from/to SSD / CPU memory / GPU memory. This is done to ensure compatibility with third-party libraries on CPU and GPU. You can get more info at Fastvideo SDK Manual.
- Run GPUCameraSample.exe
- Press Open button on the toolbar. This will open the first camera in the system or ask to open PGM file (bayer or grayscale) if application was built with no camera support.
- Press Play button. This will start data acquisition from the camera and display it on the screen.
- Adjust zoom with Zoom slider or toggle Fit check box if requires.
- Select appropriate output format in the Recording pane (please check that output folder exists in the file system, otherwise nothing will be recorded) and press Record button to start recording to disk.
- Press Record button again to stop the recording.
- Windows-7/10, Ubuntu 18.04 64-bit
- The latest NVIDIA driver
- NVIDIA GPU with Kepler architecture, 6xx series minimum
- NVIDIA GPU with 4-8 GB memory or better
- Intel Core i5 or better
- NVIDIA CUDA-10.1
- Compiler MSVC 2017 (MSVC 2015 is not compatible with CUDA-10.1) for Windows or gcc 7.4.0 for Linux
We also recommend to check PCI-Express bandwidth for Host-to-Device and Device-to-Host transfers. For GPU with Gen3 x16 it should be in the range of 10-12 GB/s. GPU memory size could be a bottleneck for image processing from high resolution cameras, so please check GPU memory usage in the software.
If you are working with images which reside on HDD, please place them on SSD or M2.
For testing purposes you can utilize the latest NVIDIA GeForce RTX 2060, 2070, 2080ti.
For continuous high performance applications we recommend professional NVIDIA Quadro and Tesla GPUs.
- GPU pipeline for monochrome cameras - done
- GenICam Standard support - done
- Linux version - done
- Software for NVIDIA Jetson hardware and L4T for CUDA-10.0 (Jetson Nano, TX2, Xavier) - done
- Glass-to-Glass (G2G) test for latency measurements - done
- Support for XIMEA, Basler, JAI, Daheng Imaging cameras - done
- MJPEG or H.264 streaming with or without FFmpeg RTSP - done
- Support for Imperx, Baumer, FLIR cameras - in progress
- Transforms to Rec.601 (SD), Rec.709 (HD), Rec.2020 (4K)
- Interoperability with external FFmpeg and GStreamer
- Fastvideo SDK for Image & Video Processing on GPU
- Full description of image processing pipeline on GPU for digital cinema applications
- Fastvideo SDK Benchmarks 2019
- Jetson Benchmark Comparison for Image Processing: Nano vs TX1 vs TX2 vs Xavier
- Download Fast CinemaDNG Processor software for Windows, manual and test DNG footages
- Download Fastvideo SDK (demo) for Windows-7/10, 64-bit (valid till March 23, 2020)
- Download Fastvideo SDK (demo) for Linux Ubuntu 18.04, 64-bit (valid till March 23, 2020)
- Download Fastvideo SDK (demo) for NVIDIA Jetson Nano, TX2, Xavier (valid till April 12, 2020)
- Download Fastvideo SDK Manual