Video streaming using EdgeX #62
-
Hi All, I am working on an usb video capturing application using EdgeX(jakarta) with security. I use 2 cameras for capturing video of 16s(25fps, 30mb file size) and publish the captured video to subscriber using EdgeX MessageBus of type MQTT. Can I use EdgeX for video streaming? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, because it is too much data. |
Beta Was this translation helpful? Give feedback.
No, because it is too much data.
Please see the latest Levski release which has the new Device USB Camera service. This service will create a RTSP stream for the camera(s) which can be consumed by an app running AI/ML models. The inference results can then be pushed into EdgeX for other apps to act on.
https://github.com/edgexfoundry/device-usb-camera/tree/v2.3.0
Also see the Camera Management App example here:
https://github.com/edgexfoundry/edgex-examples/tree/main/application-services/custom/camera-management
This currently only supports Device ONVIF Camera, but support for Device USB Camera is in progress.