AVFileCaptureOutput: Not recording at 240 fps
问题 I seem to be having a problem where I am setting the camera to record at 240 FPS, but for some reason the output file is only 30 FPS. Here is my code for setting up the camera (this is instantiated first): class HFRCamera { public: HFRCamera(); AVCaptureDeviceInput *camera; AVCaptureDeviceInput *microphone; AVCaptureDevice *videoCam; AVCaptureDevice *audioInput; AVCaptureSession *capSession; void start(); void config(); void stop(); }; HFRCamera::HFRCamera() { // Set up capture session and