-
Hi, I have browsed through cloud and computer vision examples. How do I send images detected by the cv to the cloud? Thank you. Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
Corallo
Apr 21, 2023
Replies: 1 comment 2 replies
-
Hello @thomedw The container runs an ubuntu system, you can send frames to the cloud just in the same way you would do from any other linux device. Here are some options that you can use as an example: [1] [2] [3] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rules can be used and set in the camera events tab (in the camera gui). It is explained better here. This is however has nothing to do with the containers of the computer vision SDK, it is an API of the native SDK. The events can be triggered for instance when the camera detects movement. Here's the documentation for axis event
With the computer vision SDK, you can do something similar by installing an extra python library in the dockerfile of your application, and send events via HTTP by yourself