moonlight-ios icon indicating copy to clipboard operation
moonlight-ios copied to clipboard

how SampleBuffer convert to 32BGRA

Open SindenDev opened this issue 2 years ago • 0 comments

int the https://github.com/moonlight-stream/moonlight-ios/blob/master/Limelight/Stream/VideoDecoderRenderer.m - (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType decodeUnit:(PDECODE_UNIT)

i want to get the image and use yolo to detect it, but i don't konw the way to do this. can some one help me?

Screenshot 2023-12-02 at 14 25 56

SindenDev avatar Dec 02 '23 06:12 SindenDev