BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 331 forks source link

Request for AverageLuminanceExtractor() #53

Open JoeSchofield opened 4 years ago

JoeSchofield commented 4 years ago

Seems like there is no implementation for AverageLuminanceExtractor() which I was using from GPUImage2. I'm trying to get the overall brightness from the camera.

Any suggestions? Or, is this something that might be implemented soon?

RedQueenCoder commented 4 years ago

Hello,

We have a list of all of the filters that have not been brought over yet. Some can be implemented immediately and other require us to create some custom programming logic to enable their use. The AverageLuminanceExtractor() is one that requires some extra logic and we will get to that shortly. The current goal is to get GPUImage 3 feature complete by the end of the year. Thank you for being patient.

Janie

pelinquin commented 4 years ago

@RedQueenCoder I also need the AverageLuminanceExtractor() ASAP ;-) This is the basic for doing slow LiFi between Led and Camera

Laurent