add license information
This commit is contained in:
32
README.md
32
README.md
@@ -153,6 +153,12 @@ Full API documentation: [SOCKET_API.md](SOCKET_API.md)
|
||||
- `set_sharpness` - Adjust sharpness
|
||||
- `set_gamma` - Adjust gamma
|
||||
- `set_gain` - Adjust gain
|
||||
- `set_ehdr_mode` - Enable/disable eHDR (compatible cameras only)
|
||||
- `set_ehdr_exposure_min` - Set eHDR minimum exposure frames
|
||||
- `set_ehdr_exposure_max` - Set eHDR maximum exposure frames
|
||||
- `set_ehdr_ratio_min` - Set eHDR minimum exposure ratio
|
||||
- `set_ehdr_ratio_max` - Set eHDR maximum exposure ratio
|
||||
- `get_ehdr_status` - Get current eHDR settings
|
||||
|
||||
### Example
|
||||
|
||||
@@ -282,7 +288,31 @@ Typical performance:
|
||||
|
||||
## License
|
||||
|
||||
See VizionSDK license terms.
|
||||
**VizionStreamer**
|
||||
Copyright (c) 2025 Maik Jurischka
|
||||
|
||||
This work is licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License** (CC BY-NC-SA 4.0).
|
||||
|
||||
### You are free to:
|
||||
- **Share** — copy and redistribute the material in any medium or format
|
||||
- **Adapt** — remix, transform, and build upon the material
|
||||
|
||||
### Under the following terms:
|
||||
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
||||
- **NonCommercial** — You may not use the material for commercial purposes.
|
||||
- **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
|
||||
|
||||
**Full license text**: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
||||
|
||||
### Disclaimer
|
||||
|
||||
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
||||
|
||||
### Third-Party Dependencies
|
||||
|
||||
This software uses the following dependencies:
|
||||
- **VizionSDK** - See VizionSDK license terms at `/opt/vizionsdk/`
|
||||
- **GStreamer** - Licensed under LGPL
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user