VideoCore-Inactive icon indicating copy to clipboard operation
VideoCore-Inactive copied to clipboard

SLOW

Open pinkladywithcoco opened this issue 9 years ago • 1 comments

This lib is very slow... when i do:

             // remove 
             _session.delegate =nil;

            [_session.previewView removeFromSuperview];

            // add again
            _session = [[VCSimpleSession alloc] initWithVideoSize:CGSizeMake([[UIScreen mainScreen] bounds].size.width, [[UIScreen mainScreen] bounds].size.height) frameRate:30 bitrate:1000000 useInterfaceOrientation:NO];

            [self.previewView addSubview:_session.previewView];
            _session.previewView.frame = self.previewView.bounds;
            _session.delegate = self;

it take long time before the screen shows up....how can i restart and still be fast???

pinkladywithcoco avatar Feb 15 '16 14:02 pinkladywithcoco

Have you found any solution?

bintu1234 avatar Aug 08 '16 06:08 bintu1234