+ Reply
Page 4 of 4 FirstFirst ... 234
Results 61 to 64 of 64
  1. #61
    What's Jailbreak?
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    First of all, thanks to everyone who contributed to this thread, it helped me a lot in implementing an app that samples the preview of the camera and do meaningful, AR-ish things with the raw pixels.

    Quote Originally Posted by rilocr View Post
    Mmm... but I think takePicture() is not as fast as the streammed video, I will make some tests...

    Any other way to take a sample of the camera, without using a private API?
    According to this thread it looks like there is a way of sampling the preview of the camera using the generic UIImagePickerController, however no details are presented, as the developer is under NDA. He gives a couple of hints though.

  2. #62
    What's Jailbreak?
    Join Date
    Apr 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hi rilocr,

    Is there any way to get YUV image data from coreSurfaceBuffer ?

    Thank you.

    Quote Originally Posted by rilocr View Post
    Hi natios,

    Try releasing the coreSurfaceBuffer variable with CFRelease(coreSurfaceBuffer).

    That's the only additional code I have.
    Hi rilocr,

    Is there any way to get YUV image data from coreSurfaceBuffer ?

    Thank you.
    Last edited by supreme1; 04-08-2010 at 04:40 PM. Reason: Automerged Doublepost

  3. #63
    What's Jailbreak?
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hi,

    Yes, but you have to find a function to translate RGB to YUV, which I don't have... maybe ask google.

    surface.baseAddress;

    returns a buffer encoded as RGB32, and I am sure there are functions to translate a buffer format to another one.

    Regards

  4. #64
    iPhoneaholic iphone8130hak's Avatar
    Join Date
    Feb 2008
    Location
    Washington DC
    Posts
    363
    Thanks
    6
    Thanked 36 Times in 33 Posts

    Nice
    Keithsta

+ Reply
Page 4 of 4 FirstFirst ... 234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts