-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Hi,
I just create new iOS project with ofxVideoRecorder add ons.
I copied code from ofApp.cpp & ofApp.h.
When I run this project it give me following error.
[verbose] ofxiOSSoundStreamDelegate: SoundInputStream :: Unknown (1718449215)
[verbose] ofxiOSSoundStreamDelegate: SoundInputStream :: Unknown (1718449215)
[verbose] Recording.
[ error ] ofxVideoDataWriterThread: 14:26:52:411 - write to PIPE failed with error -> 9 - Bad file descriptor.
[warning] The video recorder failed to write some frames!:
[warning] The video recorder failed to write some frames!:
[verbose] ofxVideoRecorder: recDelta = -0.0333333. Too many video frames, skipping.
It can prompt for permission of Camera and Microphone. But not recording video.
Please help. Thanks in advance.