gpupixel
gpupixel copied to clipboard
Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.
**Describe the bug** Only 0 and 255 in callback data, When I convert it to Bitmap, only black frame. **How To Reproduce the bug** Using TargetRawDataOutput instead of GPUPixelView in...
v1.2.5,32-bit,msvc,MDd(default) glfw3 will get two contextuals being referenced twice by gpupixel_app.exe and gpupixel.dll in the MSVC environment,even it runs normally under mingw. So, gpupixel was compiled into the static library...

我看好像没有做三角剖分,这种情况下会影响面部形变的性能吗
I'm trying to add a new filter that inherits FaceMakeupFilter, but I think I need to add information to faceIndexs. However, I understand that it uses a VNN model(PC model)...
Can you build a sample using GPUPixelSourceRawInput, TargetRawDataOutput? I see the iOS sample is quite comprehensive, but for Android, there's only a sample using the camera. In this sample i...