This RAD Studio XE3 quick video shows you how to capture audio and video in developing your Windows and Mac applications using the FireMonkey 2 (FM2). You will learn how to use the new FireMonkey 2 TVideoCaptureDevice and TAudioCaptureDevice classes and add audio and video capture for your Windows and Mac applications. FM2's TCaptureDeviceManager class to manage every capture device available on the computer. For example, my Samsung Slate 7 tablet running Windows 8 has two video cameras. FireMo...
RAD Studio XE3 includes new classes for identifying, managing and using the audio and video capture devices that are available on your target Windows and Mac computers. In a previous blog post I showed you how write code that captures audio in a FireMonkey 2 Windows and Mac application. In this blog post I show you how to list all of the audio and video capture devices that are available on a computer (you can do this using Delphi and C++Builder). On my Mac, this code will find several audio ...