pixpark / gpupixel

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.

Home Page:https://gpupixel.pixpark.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Linux] Linux demo can't work on main branch

AlvinChen1028 opened this issue · comments

2 issues:

  1. Linux demo can't be linked as VNN lib directory is not added in link path. To fix it, please refer attached picture.
  2. The demo can run, but the FB doesn't take effect, the output image is not beatified. Please refer the attached picture.
    MicrosoftTeams-image (5)
    MicrosoftTeams-image (4)

I also encountered these two problems. Thank you for solving the first problem!

I also encountered these two problems. Thank you for solving the first problem!

Every commit push will triger Github Action
Build : @see https://github.com/pixpark/gpupixel/actions/runs/8505339967/job/23293657348, Linux build well. There may be differences in the compilation environment.

I also encountered these two problems. Thank you for solving the first problem!

Every commit push will triger Github Action Build : @see https://github.com/pixpark/gpupixel/actions/runs/8505339967/job/23293657348, Linux build well. There may be differences in the compilation environment.

Thank you for your reply. Yes, I saw that the GitHub Action was successfully executed, and it was indeed caused by a different compilation environment.