Ferdinand Lucatiere
Ferdinand Lucatiere

Reputation: 77

how to detect if windows mobile device has camera ? c#

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

Upvotes: 4

Views: 344

Answers (1)

DanTheMan
DanTheMan

Reputation: 3277

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

Microsoft.WindowsMobile.Status.SystemState.CameraPresent

Upvotes: 2

Related Questions