开发者

Windows mobile, how do I receive callbacks from the camera?

开发者 https://www.devze.com 2023-01-17 16:09 出处:网络
I am developing an C# app in WM 6. I am using CameraCap开发者_Go百科tureDialog to open the camera.

I am developing an C# app in WM 6. I am using CameraCap开发者_Go百科tureDialog to open the camera.

I would need to receive callbacks from the camera, I know this method is not implemented by CameraCaptureDialog.

I would need for Windows Mobile, sth similar to this method in Android:

camera.setOneShotPreviewCallback(previewCallback);

Do you know any other library I can use to do this?


The CameraCaptureDialog isn't going to be of much use at all. To get access to the camera on a WinMo device, you need to use a DirectShow filtergraph. There's a reasonably good article on CodeGuru that covers WinMo specifically.

0

精彩评论

暂无评论...
验证码 换一张
取 消