Re: [iPhone] Sample code for live camera stream?
Re: [iPhone] Sample code for live camera stream?
- Subject: Re: [iPhone] Sample code for live camera stream?
- From: Robert Tillyard <email@hidden>
- Date: Fri, 25 May 2012 16:43:11 +0100
On 25 May 2012, at 16:28, Fritz Anderson wrote:
> I know I'm replying to a two-and-a-half-year-old thread, but I'm curious…
>
> On 15 Dec 2009, at 5:14 PM, Luke the Hiesterman wrote:
>
>> On Dec 15, 2009, at 3:11 PM, Gabriel Zachmann wrote:
>>
>>> According to this
>>> http://www.tuaw.com/2009/12/14/app-store-approved-app-brings-video-recording-to-iphone-3g-and-1/
>>> they use the non-documented UIGetScreenImage().
>>>
>>> I'd love to use that if it's the only way -- if only somebody could provide me with some simple sample code how to use it .
>>
>> while (youWantImages)
>> {
>> CGImageRef image = UIGetScreenImage();
>> //process image here
>> CGImageRelease(image); //even though this is a Get function, it returns a retained image.
>> }
>>
>> Luke
>
> As far as I can tell, UIGetScreenImage() remains unpublished. What's the status? Will it still get past review?
>
> — F
The e-mail below would suggest no:
Regards, Rob.
>> Thank you for submitting XXX App Store.
>>
>> XXX cannot be posted to the App Store because it is using private or undocumented APIs:
>>
>> Private Symbol References
>> UIGetScreenImage
>> As you know, as outlined in the iPhone Developer Program License Agreement section 3.3.1, the use of non-public APIs is not permitted. Before your application can be reviewed by the App Review Team, please resolve this issue and upload a new binary to iTunes Connect.
>>
>> Sincerely,
>>
>> iPhone Developer Program
>>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden