Ryan McLean

Results 57 comments of Ryan McLean

Might be naive here but does HDMI use separate lines for audio? It would require an adaptor board but having something just disconnect the audio lines from the pi and...

I'm thinking the extra cores might allow mixing the audio data into the hdmi stream

That's amazing @IanSB great writeup and it's really cool the move to GPU has improved the overall performance in the long run and expanded compatibility. It's a shame about those...

> > By the way, can this mean that now we have some free cpu cycles that can be used to sample stereo audio and add it to the HDMI...

```python import cv2 from mediapipe import Image, ImageFormat from mediapipe.tasks.python.vision import HandLandmarker, HandLandmarkerOptions, RunningMode from mediapipe.tasks.python import BaseOptions from mediapipe import solutions from mediapipe.framework.formats import landmark_pb2 import numpy as np...

@kinarr are you not seeing the same result as me? I mean if i use the legacy hands solution with draw my system tracks the hand and displays the 'annotation'...

really odd.. I copied and pasted your code and: ``` Traceback (most recent call last): File "handtracking.py", line 70, in annotated_image = draw_landmarks_on_image(mp_image.numpy_view(), results) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "handtracking.py", line 24, in...

Ok really strange.. I rolled back to 0.10.9 with protobuf 3 and your code worked. I then upgraded to 0.10.10 and upgraded to protobuf 5 and it worked Lastly upgraded...

Well there is no advantage to doing it manually, that way leads to madness. My use case is that the release notes for a release are consolidated in the UI...

Note there are two APIs to bitbucket.. bitbucket server (on prem) and bitbucket (cloud)