When I use .saveNextFrameToURL to capture Image from video this message come out.
2018-09-26 18:48:11.719346+0900 Cherry[3479:700616] [Unknown process name] CGImageCreate: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast
@Topwiz this is just a warning printed out from PictureOutput - cgImageFromFramebuffer (CGImage initializer),
this won't affect your application and it will save the next frame as intended to passed url..
When I use .saveNextFrameToURL to capture Image from video this message come out.
2018-09-26 18:48:11.719346+0900 Cherry[3479:700616] [Unknown process name] CGImageCreate: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast
Can any one help me.