How to store the video streaming in core-data? #73
Unanswered
vediyappan-villali
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Currently, the persistence of core-data is Redis, and it's not designed to store the binary data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an use case to store the video streamed by webcam that has to be stored in EdgeX core-data. I am receiving the video stream through EdgeX device-usb-camera. How to store the data in EdgeX core-data?
I tried with
cmd/core-data/res/configuration.toml:PersistData = true
. But I could see the value of readings of the webcam event(s) is empty.On other hand, I am able to receive the streamed data in RTSP server and store it outside EdgeX. I just want to store the video stream in EdgeX itself. How to do that?
Beta Was this translation helpful? Give feedback.
All reactions