caprica / picam

Unofficial Java API library for the Raspberry Pi camera.
GNU General Public License v3.0
49 stars 11 forks source link

Typo in error message for exposure compensation configuration #3

Closed caprica closed 7 years ago

caprica commented 7 years ago

See https://github.com/caprica/picam/blob/master/src/main/java/uk/co/caprica/picam/CameraConfiguration.java#L185

Code checks -10 but error says it must be -1.

Burdzi0 commented 7 years ago

Check pull requests