hoangdado

Results 4 issues of hoangdado

I had tried to set the camera orientation to Landscape or Portrait but the below code (in DlibWrapper.mm) still return width = 640 and height = 480 (with preset is...

Hi, thanks for your great project. I want to implent a custom blend filter such screen blend and passing intensity as a parameter but could not find a solution. Could...

I want to implement my own ideal high pass filter using FFT & Inverse FFT transform. Here is my code: ``` public class MyHighPassFilter implements AudioProcessor { public static final...

Thanks for your great library! I have built successfully on iOS but failed on Android. How should I config my android.mk and application.mk to get my android build succeed?