Jernej Jerin

Results 27 comments of Jernej Jerin

> I started a fork of the project and make soon a release: https://github.com/pvizeli/pycognito > > help is welcome Great job! I'll definitely use it and if i come across...

Hello @tomtastico! I'm getting 30FPS and have `onYuvDataReceived` implemented. Perhaps you can share your solution as you might have some bottleneck in your implementation?

Hello @DJI-William ! Still getting these crashes even though using 4.16v.

Hello @DJI-William ! Sure thing, here it is: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean dji.internal.useraccount.UserAccountInfo.isValid()' on a null object reference at dji.sdk.realname.uid.nhf.nbb() at dji.sdk.realname.uid.nhf.nhf() at dji.sdk.realname.uid.nhf.hgf()...

There is a similar crash happening also on the latest 4.16 SDK version: ``` Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'java.lang.String dji.internal.useraccount.UserAccountInfo.token' on a null object reference at...

@DJI-William, not sure because these crashes happen sporadically for some users.

Hello @DJI-William ! Awesome! Thank you for fast response and looking forward to version 4.16!

Hello! Came to exact same conclusion as @keivanh. Setting callback for `setYuvDataCallback` actually works, but I'm having some issue processing received `byteBuffer`. @keivanh how are you processing it in the...

Hey! Thank you for this, just wanted to write that I figured it out that you indeed need to call `yuvFrame.get(data);` to get the byte array from frame.

Hello @keivanh! As mentioned above, I'm using this technique to get YUV data f rame. But for some unknown reason I'm getting gray image with green/violet artifacts. It has to...