Ask Your Question

narkis's profile - activity

2018-11-15 16:04:14 -0600 received badge  Famous Question (source)
2015-06-04 13:55:24 -0600 received badge  Notable Question (source)
2014-05-05 09:04:03 -0600 received badge  Popular Question (source)
2013-02-07 02:12:44 -0600 received badge  Student (source)
2013-02-02 10:25:53 -0600 commented answer android ndk level access to camera video stream/pixels

Thanks Alexander - I suspected that this may be the case. Will explore the VideoCapture in C++ class further and probably have to set up alternatives for this functionality until NDK itself gets more ubiquitous interfaces built. Again - thanks for a quick reply!

2013-02-02 10:01:21 -0600 asked a question android ndk level access to camera video stream/pixels

just joined the OpenCV - invaluable resource! simple noob question before I start developing using this SDK on Android

Is there NDK level access to live camera pixel stream , any color space, without sending it through JNI interface from java to native side. I am working on an NDK-level app and am determined to avoid JNI bottleneck for sending pixel buffers in real time.

thanks