chrisbatt / AndroidFastImageProcessing

A framework for speeding up image processing on android devices by taking advantage of shaders on the GPU.
MIT License
285 stars 118 forks source link

Example not work in Emulator #14

Open hoyin258 opened 10 years ago

hoyin258 commented 10 years ago

This project is helpful for learning.

I tried the example. (such as AllFiltersExample) It work well in physical device. but failed in emulator. (Black screen)

The emulator cannot open the camera. ( It work randomly sometimes, I tried the Android Emulator and genymotion.)

CameraPreviewInput.java is valid?