I installed the opencv-android plugin successfully and I can build and run the cvcamera sample application as well. I have the opencv project included in eclipse as a library project as well. However,
I am working on streaming a video from web. Where I decode the video/audio stuff in native code and get the raw pixels for video
Just wondering if someone knows how to find out memory leaks in native code from android. Google search gives lot of solution, but none of them is full. Please let me know if anybody knows how to do t
I want to write simple test program to record audio stream from input jack (microphone?). I must calculate the audio latency information and show it.
I have some C code for Android that does lots of low-level number crunching. I\'d like to know what settings I should use (e.g. for my Android.mk and Application.mk) files so that the code produced wi
I am streaming a video in android and I decode frames in native code and then copy the pixels to a bitmap, then display the bitmap in Java using canvas.unlockandpost with a while loop for all the bitm
I am trying to compile networking code on android and seeing compilation errors. the struct I am using is is ip_mreq_source which should be defined in header like so:
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
Below is the implementation of my queue, which has functionality of enqueueing and dequeing from the Queue. Because of some reason it is crashing with no clues(where it is crashing), as the code is ru
I am drawing a line in opengl es from the Android NDK. I have been developing on the VM\'s and just recently tried my application on a phone. The application runs fine on the vm\'s. A line is drawn. H