sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

camera properties test #631

Open jxieeducation opened 10 years ago

jxieeducation commented 10 years ago

The code: A basic camera properties test is added to ensure that the properties are correct. It checks to make sure that getAllProperties and getProperty are consistent and make sure that values such as 'width' are possible.

Doc: The tests are commented in 3 stages: properties test, concurrency of properties test and possible values test.