kevinlieb

Results 8 comments of kevinlieb

These install instructions are not working for me. After step 6 I can not just run gopro2json from the command line. I am on a Mac. Does anyone have updated...

I am following along here also. Very interested in getting this working on a vehicle where I can not change the date and time.

Additional info: I did install the kernel 5.9.y and all the patching recommended. In the syslog I see a lot of stuff like: [ 42.761712] panfrost ffe40000.gpu: js fault, js=1,...

I don't understand all the lower-level stuff here but appreciate the work! Please let me know when the new cert can be checked in to the codebase here, or share...

I am also interested in a solution to the latency. It is 8-10 seconds for me.

@collin80 can you perhaps post an example of "beginAutoSpeed()" usage? and how to retrieve what rate it discovered? I tried this: CAN0.begin(); auto result = CAN0.beginAutoSpeed(); an I get the...

This is now quite old but this is how to get that file: https://alphatech.technology/Howto-Entry-srk/Google-Services-Json-bek/ You'll need a Google developer acct

This patch worked for me too: @@ -274,7 +275,7 @@ class PrinterClient: def set_dimension(self, w, h): packet = self._transceive( - RequestCodeEnum.SET_DIMENSION, struct.pack(">HH", w, h) + RequestCodeEnum.SET_DIMENSION, struct.pack(">HHH", w, h, 1)...