Skip to content
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

Open
Govraskirill opened this issue Apr 21, 2022 · 0 comments
Open

Work in kafka with pose_camera.py #84

Govraskirill opened this issue Apr 21, 2022 · 0 comments
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

Comments

@Govraskirill
Copy link

Govraskirill commented Apr 21, 2022

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

@google-coral-bot google-coral-bot bot added Hardware:USB Accelerator Coral USB Accelerator issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:support Support question or issue labels Apr 21, 2022
@hjonnala hjonnala removed their assignment Jun 21, 2022
@hjonnala hjonnala added the stat:community support Staus - Community Support label Jun 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

2 participants