Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カメラで毎秒画像をキャプチャする方法はありますか。phonegap Camera API を使用して画像をキャプチャし、正常に動作しています。いいえ、キャプチャボタンを押さずに毎秒画像をキャプチャする必要があります。出来ますか?
ありがとう
NSTimerを使用できます:
myTimerShoot = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(mySnapshotMethod) userInfo:nil repeats:YES];