Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glemaitre/driver-sony-snc-rx550n
C++ driver for Sony SNC-RX 550 N
https://github.com/glemaitre/driver-sony-snc-rx550n
Last synced: about 1 month ago
JSON representation
C++ driver for Sony SNC-RX 550 N
- Host: GitHub
- URL: https://github.com/glemaitre/driver-sony-snc-rx550n
- Owner: glemaitre
- License: gpl-2.0
- Created: 2015-01-28T20:26:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T16:58:13.000Z (almost 10 years ago)
- Last Synced: 2024-11-03T23:42:37.433Z (3 months ago)
- Language: C++
- Size: 527 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Driver for Sony SNC-RX550N
This repository offers a C++ driver for Sony SNC-RX550N camera.
## System requirements
* Ubuntu 14.04 LTS
* Qt SDK 4.8
### Qt SDK 4.8
The SDK can be installed through the Ubuntu repository
`sudo apt-get install qt-sdk`
## Sources delivered in this repository
This repository offers the following classes:
* Sony SNC-RX550N: this class allows to manage the Sony SNC-RX550N camera.
## Compilation
* Create a bin directory
`mkdir bin`
* Move to the created directory
`cd bin`
* Compile the project using qmake`qmake-qt4 ../`
* Compile the `MakeFile`
`make`
* Execute
`./driver`