I want to develop a desktop application (C#) with support for light sensors but I dont have a real light sensor, Is there a way to install a “Virtual Ambient Light Sensor” on Windows 8?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why can’t you simply mock the light sensor to test your app? See the lightsensor api, further Scott Hanselman has already blogged some examples on how to access RT API from the Desktop Ap. With the above two you can mock, test and use the light sensor directly in your app.