+ Reply
Results 1 to 6 of 6
  1. #1
    What's Jailbreak?
    Join Date
    Aug 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How does Cycorder works?

    Do you guys have an idea of how Cycorder takes video with the build-in camera? (Or how iPhone video recorder does this)?

    I know it's possible to direct access the camera using the private framework "PhotoLibary" and that works out very well but i'm only able to take pictures with that.

    I think Cycorder uses the camera in a much lower level then "PhotoLibary" does, maybe even by accessing the camera's hardware and calling the pins directly? The question is, how does the creator of Cycorder (saurik) knows the way to do this? I've emailed him but he won't give me detailed information which I understand ()

    I want to know this because i'm trying to create a client which makes it possible to make a videocall to another client we've created... Something like Qik but not streaming to the internet, just to another client.

    Hope you can help me out a bit by giving me some hints/tips/etc.

  2. #2
    iPhone? More like MyPhone
    Join Date
    Sep 2008
    Posts
    112
    Thanks
    0
    Thanked 4 Times in 4 Posts

    I've been waiting for something like this.....keep us posted on the development

  3. The Following User Says Thank You to Terrill For This Useful Post:

    aaauustiinnn (07-05-2010)

  4. #3
    Developer luiz's Avatar
    Join Date
    Oct 2007
    Location
    Finland
    Posts
    816
    Thanks
    84
    Thanked 107 Times in 74 Posts

    im pretty sure all he does is takes single images very often (upto 15 per sec, therefore 15fps) and puts them into an array of pics. he then converts these arrays to video using some encoder...
    previously known as iWant 1.1.1
    ...my dev-base...

    iPhone 3G 16GB Black
    Factory Unlocked

  5. #4
    Green Apple
    Join Date
    Oct 2007
    Posts
    49
    Thanks
    14
    Thanked 5 Times in 5 Posts

    Quote Originally Posted by luiz View Post
    im pretty sure all he does is takes single images very often (upto 15 per sec, therefore 15fps) and puts them into an array of pics. he then converts these arrays to video using some encoder...
    You need to read the Cycorder thread: Saurik have direct access to video, thats one of the main differences with IVR.

  6. #5
    What's Jailbreak?
    Join Date
    Aug 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by luiz View Post
    im pretty sure all he does is takes single images very often (upto 15 per sec, therefore 15fps) and puts them into an array of pics. he then converts these arrays to video using some encoder...
    No he doesn't, he is accessing the camera directly and I just want know how he is doing that.

    For example, with the newest firmware (2.1) some PrivateFrameworks (like PhotoLibary) are changed so developers needed to change their code. Cycorder kept working without updates so I guess he is not using the private framework 'PhotoLibary' which is used for taking pictures like the way you mean.

    So if anybody has an idea how Cycorder works, please let us know

  7. #6
    What's Jailbreak?
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    well on linux you can easily capture your webcam like this
    cat /dev/video0 > /home/user/SomeFile.avi

    it must be something similar,
    maybe a hidden device node? or one that is created temporarily...

    i cant find the camera in /dev/ on my iphone. also not the microphone

Posting Permissions

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