This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Work in kafka with pose_camera.py #84
Labels
Hardware:USB Accelerator
Coral USB Accelerator issues
stat:community support
Staus - Community Support
subtype:ubuntu/linux
Ubuntu/Linux Build/installation issues
type:support
Support question or issue
Description
Good day. I have the next question, namely: i want to send video from pose_camera.py to kafka broker.
For this goal i should understand where in code_file pose_camera.py or any project files i can take stream with output video with drew pose on top.
For example like for cv2 library:
video = cv2.VideoCapture(path_to_video)
while video.isOpened():
success, frame = video.read()
if not success:
break
cv2.imshow('jpg', frame)[1].tobytes
Maybe you can help me with this problem?
P.S. I wrote own code for case cv2 with face recognise. And now I want to compare speed of write in kafka topic for case cv2 and gstreamer. Thanks for helping
Click to expand!
Issue Type
Support
Operating System
Ubuntu
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
Python 3.8
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: