moster67
moster67
I resolved it by using this modified class: https://github.com/COSE471/COSE471_android/blob/master/app/src/main/java/com/example/android/alarmapp/tflite/TensorFlowImageClassifier.java
Wouldn't the usage of FEC also require an extra parameter in the encoder (packet loss):? https://opus-codec.org/docs/opus_api-1.2/group__opus__encoderctls.html#gafda1c951dea919ba54432cd03827f1a9
Agree! Sorry, I was not clear. I am now in the office so I cannot test, but I was more thinking of when the device is moved between portrait and...
I changed as follows: //mImageReader = ImageReader.newInstance(width, height, ImageFormat.RGB_565, 2); mImageReader = ImageReader.newInstance(width, height, PixelFormat.RGBA_8888, 2); Seems to work
@Fishfield I tried on Nexus4 but I will this evening try on some other devices and then report back.
@omerjerk No worries. I still appreciate your work and that you shared it with us.
Thank you sbaar for your reply. Sounds reassuring that it is possible. Could the code here: [http://pastebin.com/ThGKiHi2] be suitable to adapt to my needs? I have never used OpenGL before...
Do you know if there are any drawbacks using MODE_MEDIACODEC_API_2 instead of the suggested MODE_MEDIARECORDER_API?
You're an encyclopedia! Many thanks for you sharing your knowledge. I will try what you suggested tomorrow. Many thanks again.