Michael Knight's Recent Activity
-
Michael Knight replied to the thread Returning a bitmap from a video properly.
Using: static int i=0; int index = 4 * ( x + width * y ); unsigned char red = pixelsp[i]>>16 ; unsigned char green = pixelsp[i]>>8;...
Nov 12, 2020 -
Michael Knight posted a new thread.
Returning a bitmap from a video properly
I am using the following code to return a bitmap from a video using jni then to display it using c++ and Openframeworks.You may not be...
Forum: Android Development
Nov 10, 2020