I need custom video overlay tutorial for my iPhone

Asked By 20 points N/A Posted on -
qa-featured

Hi.  Can someone teach me how to make a custom video overlay in a video that I'm making on my phone?  I have the 64 GB iPhone 4S that has the Apple A5 chipset, Dual-core 1 GHz Cortex-A9 CPU, PowerVR SGX543MP2 GPU and iOS 6.1.

SHARE
Answered By 0 points N/A #137235

I need custom video overlay tutorial for my iPhone

qa-featured

Hi Donna,

  Here is a simple step you can follow to add custom overlay on your IPhone:

  1. Using a transparent background, create a custom view.
  2. You can now add controls or images or even both to your custom view.
  3. You gave to get an instance of UIImagePickerController.
  4. In the video source set the source type.
  5. Make unnecessary controls of the UIImagePickerController hidden.
  6. You can set full size in the image. (optional)
  7. Set custom overlay and then present the UIImagePickerController.

Related Questions