James Richardson
James Richardson
Hiya - I'm just trying to understand parsing ACCL and GYRO in a way that is compatible across device versions. I guess I have two questions: 1. I don't really...
I am trying to parse data stream from HERO7 Black. However, in the data stream there appears to be a corrupt data item: GPSU type 'U' size 16 data: "2225525525425525",...
Created from comment in: https://github.com/time4tea/gopro-dashboard-overlay/issues/35 It's timeout here: https://github.com/time4tea/gopro-dashboard-overlay/blob/main/gopro_overlay/ffmpeg.py#L182 This is the result of running with unmodified code (with the timeout set): ``` $ gopro-dashboard.py 2022-08-21_ride.mp4 2022-08-21_ride_overlay.mp4 Starting gopro-dashboard version...
hiya - thanks for your library, it is very nice, and I use it in https://github.com/time4tea/gopro-dashboard-overlay as the rendering code in my project gets called a lot - i was...
### What did you do? Used Pillow to render frames outputting to ffmpeg - in project https://github.com/time4tea/gopro-dashboard-overlay Pillow is great! I'm trying to render frames as quickly as possible, as...
In some cameras there is a GRAV type, but I cannot find any documentation on it, and the stream doesn't seem to indicate how it should be interpreted. For ACCL/GYRO...
Using ToyFontFace on pycairo windows 10 seems to have a problem, causing immediate program exit ``` import faulthandler import cairo import os faulthandler.enable() print([x for x in os.listdir('c:/windows/fonts') if "arial"...
Thanks for a nice library. When querying facts on an authorizer, the returned types are com.clevercloud.biscuit.token.builder.Term - this class hierarchy does not have public accessors, so it is difficult to...
Hiya - Thanks for this library! I'm trying to instrument an async process, and its not clear to me how to track the call through the system. For example, plugging...
Before going into this issue, I can confess I am very confused by the api, particularly around context propagation, having to cast to specific implementations to maybe get a root...