Hi
I had follow the instruction step by step and run the CVCamera sample
As you mention, CVCamera and opencv_sample all use the slow android
java camera
And if I want to speedup the camera should I change to use the native
camera (OpenCV C++ VideoCapture class) in
CVCamera.
But CVCamera have deal with all the camera process the only things I
did is to get the image form image pool.
How can I change to using native camera?
Thank you for your answer
On 7月7日, 下午6時42分, Kirill Kornyakov <
kirill.kornya...@itseez.com>
wrote:
> OpenCV_SAMPLE use the same usual slow Android Java camera. And it will not
> give you any speedup.
>
> But I'm talking about *native* camera (OpenCV C++ VideoCapture class). Of