Results 22 comments of Nithin M K

@alskipp Hi, yes exactly this is the issue in my app. The view is a live preview. Please give me a solution for this. I am so much thankful if...

@alskipp Plz help me to do this

Hi @alskipp - Thank you for your help in this, and of course all your open source works are really helpful and great for the developers like me. I am...

Hi @alskipp - everything works fine and the [self.delegate writeBackgroundFrameInContext:&bitmapContext]; getting called. But them the app got crashed with this message - [VideoViewController writeBackgroundFrameInContext:]: unrecognized selector sent to instance How...

Thank you so much @alskipp I have done the below but don't know what to do - ``` - (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection { CGImageRef image = [self createCGImageFromSampleBuffer:sampleBuffer];...

Ohh @alskipp - Thank you very much It worked at last. Only two minor problems - may be you can point me the mistakes from my side. The myvideo view's...

Sorry for my first comment - I just forgot to move the delegate code to appear after the main drawing code listed above.Thats why that view is not came in...

Yes now everything works fine. Thank you for your tremendous support. Now I am experimenting with CGRect in CGContextDrawImage. But the orientation is also different in the video.

Yea I am trying for proper orientation. At times it crashes on - BOOL success = [_avAdaptor appendPixelBuffer:pixelBuffer withPresentationTime:time]; with ERROR - Thread 3: EXC_BAD_ACCESS (code=1, address=0x4bc000)

yea, after adding these new codes. It not happening continuously, but surely happens once in 3-4 uses.