twerdster
twerdster

Reputation: 5017

Using a video file instead of iPhone camera

Yesterday I posed the question of why the Apple WWDC 2010 samples for the iPhone camera dont work in the iphone simulator, Why don't the WWDC 2010 video capture samples work in the Simulator? That question was answered promptly.

However as a follow up question I would like to know how to use video frames from a video file that I put in my bundle so I can "simulate" the input to an algorithm while still testing on the simulator.

Any ideas? Anyone found code that can do that?

Upvotes: 1

Views: 258

Answers (1)

vodkhang
vodkhang

Reputation: 18741

Look at this question to know how you can put a video into your simulator. Then you can use that video to test any algorithm you want

Upvotes: 1

Related Questions