Post

Replies

Boosts

Views

Activity

Reply to Cocoa [NSView viewDidLoad] debugging
Calling a method on an object that has no implementation of that method should generate an exception, that should be printed in the log when running inside Xcode. Or you could override NSApplication - (void)reportException:(NSException *)exception and handle it on your own.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’24
Reply to for 420v, camera output CVPixelBuffer, Y channel value exceed the range [16, 235]
Video range means that black is 16 and white is 235, then there are super black and super white, that were historically useful when you had to color correct the video and restore missing details because the image exposure was not the best one. How are you converting from YpCbCr to RGB and back? Are you converting back to limited range or to full range.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24