4

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

1 Answers1

2

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

Microsoft.WindowsMobile.Status.SystemState.CameraPresent

DanTheMan
  • 3,277
  • 2
  • 21
  • 40