mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Wrap at 128 characters.
This commit is contained in:
parent
2e52925496
commit
ee783be628
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
#import "UVCCameraControl.h"
|
||||
#import "UVCCameraControl.hpp"
|
||||
|
||||
void configureCamera(int vendorID, int productID, int autoExposure, float exposure, float contrast, float saturation, float sharpness, int autoWhiteBalance, float whiteBalance) {
|
||||
void configureCamera(int vendorID, int productID, int autoExposure, float exposure, float contrast,
|
||||
float saturation, float sharpness, int autoWhiteBalance, float whiteBalance) {
|
||||
UVCCameraControl* cameraControl = [[UVCCameraControl alloc] initWithVendorID:0x05ac productID:0x8510];
|
||||
[cameraControl setAutoExposure:autoExposure];
|
||||
[cameraControl setExposure:exposure];
|
||||
|
|
Loading…
Reference in a new issue