vincestyling

Results 12 comments of vincestyling

我也是一直遇到这个错误,下面是我运行的命令: ```bash $ python2.7 ~/dev/klogdecrypt/decode_crypt_log_file.py ~/dev/klog-android/logs/logs__com-lingyunxiao-klogapp_2022_04_22_15_56.txt Traceback (most recent call last): File "~/dev/klogdecrypt/decode_crypt_log_file.py", line 144, in DecodeBuffer svr = pyelliptic.ECC(curve='secp256k1') AttributeError: 'module' object has no attribute 'ECC' ``` 我切换了所有能切换的 pyelliptic...

yes, for me, it also cause oom if you got too many frames, don't know if there is a way to work around

你调试一下我在 sample 里的写法,对照一下你的写法有没有问题

有点疑惑,为什么要用 SurfaceView,不觉得有点重量级吗,据我了解,SurfaceView 不支持别的 view 盖在它上面,哪怕是用 TextureView 也好啊

看了下 CascadeClassifier 是在 objdetect module 里的,我看到 opencv3-build.sh 里这个 module 是 ON 的,不知道为什么没有编出来,尝试不跑 strip 这个步骤也不行

when start the `FileDownloader`, we can set parallel task count, just check the javadoc for details http://netroid.cn/javadoc/com/duowan/mobile/netroid/toolbox/FileDownloader.html#FileDownloader(com.duowan.mobile.netroid.RequestQueue, int)

sorry about that, just api usage cases inside the sample, it is pretty elegant, as you can read the code directly?

Hi, as you said you fixed rotate& flip problems, can you share the modification here, thanks in advance

![1718881878793](https://github.com/redwarp/gifdecoder/assets/3348207/c5bde38e-2136-45f1-bf9b-11ab3af5353c) hi,I found an example eventually for this issue,take a look