KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
GenCameraDriver
★ 13
Open GitHub ↗
General Industry Camera Driver
Download README (.md)
Explore Similar Repositories
Negotiation-based-MARL
:
Source code for journal paper "Multiagent Reinforcement Learning With Sparse Interactions by Negotiation and Knowledge Transfer"
OpenglEs
:
No description available.
bonus
:
No description available.
machine-learning
:
No description available.
pyHDT
:
Read and query HDT documents with ease in Python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GenCameraDriver
?
Download (.md)
# GenCameraDriver ## Introduction Generic Industry Camera Driver, support capturing (software synchronization), JPEG compression, Saving to video Now two kinds of cameras are supported 1. PointGrey 2. XIMEA Examples are in main.cpp ## Dependency 1. OpenCV 3.4.0 with CUDA 9.1 2. Intel MKL (Math Kernel Library), optional but recommended 3. CUDA 9.1 4. Visual Studio 2015 / GCC 5. CMake >= 3.10 (FindCUDA in low version can not work for CUDA 9.1 since NPP library has changed a lot in CUDA 9) 6. Spinnaker SDK for PointGrey cameras 7. XIMEA SDK for XIMEA cameras ## Downloads Camera SDKs downloads: link: https://pan.baidu.com/s/1mhBJ0i0 passwd: pafn Softwares (CUDA, cudnn, vs2015, cmake, ...) downloads (Windows only): link: https://pan.baidu.com/s/1ragGrik passwd: j3ew Pre-compiled windows libs: (Windows 10 + VS2015 + CUDA9.1 + MKL) link: https://pan.baidu.com/s/1dxhAGI passwd: sgw4 Good luck!