Dan Murfin
Dan Murfin
> Code snippets from the demo should not be considered "product ready". Understood, thanks. > You can put the `startTask` call in a separate dispatch queue to fix this. I...
Further to this, I modified the code to the following: ```swift var err: Error? Self.queue.async { do { try context.startTask(toRender: image, to: pixelBuffer, sRGB: false, completion: { task in self.renderSemaphore.signal()...
> Can you attach an example project for this? Let me see what I can do. This is part of a fairly significant shipping application, so quite hard to pull...
This makes much more sense, I'll implement that way. Clamping is very sensible. At the moment I'm doing this on my side before calling into VideoIO, but we should do...
The theory here was that it was beneficial to be able to set the preset and format (particularly for macOS) within the same call, but in retrospect it seems like...
@YuAo this PR represents changes as discussed previously. The failing tests are all `testPlayerVideoOutput_iOS` which does not test any of the code impacted by this PR, and which I believe...
Closing in favour of #49
I can see why the new state stuff has broken this now I've had a look through the code. I reckon this would be quite a useful addition if it...
I guess the cleanest option is potentially no.3. That keeps the logic in the same class etc and should result in less changes to RSColorPickerView
@YuAo this PR represents fixes for macOS 14. The failing tests are all `testPlayerVideoOutput_iOS` which does not test any of the code impacted by this PR, and which I believe...