Question

how I can detect if the device has a camera before calling the method camera.showDialog ();?

Was it helpful?

Solution

I think you're looking for the SystemState.CameraPresent property.

Microsoft.WindowsMobile.Status.SystemState.CameraPresent

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top