Joonas Trussmann

Results 86 comments of Joonas Trussmann

Yeah this issue can be closed. @druckgott You need to look up the correct keys in dji_imah_fwsig.py. The AU is WM150, The vista is LT150 and the Goggles V1 are...

@druckgott sorry for the late response. You need to add -k UFIE-2020-04 for the decryption key. PRAK is just the verification key, which can also be ignored with -f.

@druckgott it's a zip file, just extract it with 7zip or the like. Then you'll find a bunch of further encrypted partitions that require the TBIE key and the vendor...

The Goggles FW simply will not record to SD while anything is connected over USB, sadly we can't do anything about it. There should be an update some time in...

I haven't touched my Occulus in a while, but you should just be able to run the .apk in "TV mode" on the Quest.

@DimitarKrastev it wouldn't fundamentally solve the problem because TCP packets can end up being dropped and you'd still need a recovery mechanism.

@DimitarKrastev I know what TCP is :). The fundamental issue I was reffering to is that even if you detect packet loss, you'd still need the VTX to keep an...

Cool stuff going on here. A few thoughts: - A circular buffer sounds about right. Technically you'd want to start transmission on an iframe and I believe DJI-s internal code...

I'm having the same issue. It appeared after I applied a setTimeout(function() { callback(myres); }, 0); to my callbacks to work around a control flow issue in some existing code....

This is certainly possible, however the original devs have been rather busy with other matters recently and are mostly in maintenance mode currently. The upcoming BF 4.5 release requires focusing...