Skip to content

Adding AVCaptureMovieFileOutput overrides AVCaptureVideoDataOutputSampleBufferDelegate  #3

@burniejm

Description

@burniejm
AVCaptureDeviceInput *videoDeviceInput = [AVCaptureDeviceInput deviceInputWithDevice:videoDevice error:nil];
[_captureSession addInput:videoDeviceInput];

movieFileOutput = [[AVCaptureMovieFileOutput alloc] init];
[_captureSession addOutput:movieFileOutput];

// Create output
multipeerVideoOutput = [[AVCaptureMultipeerVideoDataOutput alloc] initWithDisplayName:[[UIDevice currentDevice] name]];
[_captureSession addOutput:multipeerVideoOutput];
[_captureSession commitConfiguration];

Is this not possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions