lancewoo

Results 15 comments of lancewoo

> > > 也可以用数组接受。 用数组是可以的,List不行,List会被认为是Model。我用的版本是2.1.6.

This seems to be a system level bug in Looper. This crash happened when a WorkerHandler thread was created and cached and a new CameraView instance was created and it...

I strongly suspect there's something wrong with my version of Android Looper at the very core. [https://android.googlesource.com/platform/system/core/+log/master/libutils/Looper.cpp](url) More information, the device we're using is for surveillance purpose on power towers....

> > > Hi lancewoo, > > I am sorry to let you know that; Lidar is not able to detect the color of object; > To detect the color...

I'd suggest using gettimeofday() to do your own timing yourself in the data callback function. I did that.

> > > I want to use the library function of livox SDK and then use the function inside, but I don't know how to call it It seems you...

> The follow sample has been fixed. > > Sample: https://github.com/bytedeco/sample-projects/blob/master/javacpp-android-gradle/ > > grade: 6.9.3 com.android.tools.build:gradle:4.2.0 > > Fixed build.gradle: > > ```groovy > apply plugin: 'com.android.application' > def ndkPath...

If I call deallocate() after the callback function was done with its work, it works well and there is no limit any more. Does that mean we have to call...

> Okay. Got it. I would suggest putting this into wiki pages. Thanks!

Yeah, right. This is really a trap here. I thought it should have been reclaimed while not.