Replies: 1 comment 2 replies
-
|
The render path creates a So the usual fix is to implement the effect as a Core Image operation or filter. If you need direct |
Beta Was this translation helpful? Give feedback.
-
|
The render path creates a So the usual fix is to implement the effect as a Core Image operation or filter. If you need direct |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the VideoTrackScreenObject makeImage(_ renderer:) function, I noticed that you applied transformed(by:) to resize the image for performance optimization, but this causes the CIImage to lose its pixelBuffer data.
Some beauty SDKs require a pixelBuffer to render frames, so I'm wondering if it's possible to preserve the pixelBuffer inside the CIImage?
Here's a related discussion for reference:
https://stackoverflow.com/questions/72425288/ciimage-cvpixelbuffer-is-nil-after-scaling-down
Beta Was this translation helpful? Give feedback.
All reactions