Search code examples
windows-phone-7

How to record video?


I want to access camera to record video to upload, but have come across many articles which states that there is no access for third party to record video. Here's the link:

http://forums.create.msdn.com/forums/p/74190/452090.aspx http://pocketnow.com/windows-phone/no-video-camera-access-for-windows-phone-7-developers

Is it true? If not how do I use camera to record video?


Solution

  • Use Mango feature with Raw Camera Data. Basically, all you need is in following article: http://jonas.follesoe.no/2011/07/22/qr-code-scanning-on-windows-phone-75-using-zxlib

    The only difference is that in method ScanPreviewBuffer author scans QR code, and you should store those images and then make a video from them.

    That's how I would do that task