Darko Križić

Results 35 comments of Darko Križić

That solves it, thank you!

After starting homebridge, I loads all my devices, but then I see this `[10/16/2016, 4:09:17 PM] Homebridge is running on port 51826. events.js:141 throw er; // Unhandled 'error' event ^...

This code does not forward the tradeid as well ``` func (n *Sender) SendNotification(ctx context.Context, message []byte) error { ctx, span := otel.Tracer("sender").Start(ctx, "SendNotification") defer span.End() llog := log.WithFields(log.Fields{ "pubsubName":...

But reading my own stuff, I probably need to ensure that the timestamp has the right formats, maybe the offset comes from missing/wrong seconds.

I just checked, the time is perfect: ``` s -la --time-style=full-iso GX010051.MP4 .rw-------@ 1.4G dkrizic 2024-03-02 12:51:29.000000000 +0100 GX010051.MP4 ```

The time offset is 40 seconds, where the GPX signal is ahead in time. So here it shows me boing at the bend at 12:49:20 But I actually arrive at...

I have an event with about 10 videos and I observed the following: * The first 3 videos have no GPS at all, the GoPro obviously did not lock *...

Thank you for the link. I was assuming that every time the GoPro has GPS, that the internal clock will be synched. That is what most devices do. But I...

Looks good, so the PR implement the ability to have the full journey based on the GPX/FIT and to read out the timestamp directly from the MP4. Great.