scalers-ai

Results 8 comments of scalers-ai

Thanks @mikhail-nikolskiy for the suggestion. Specifically, we would like to forward the frame data over Kafka/MQTT ("meta publish"). The reason being that the Python callback is TOO SLOW AT RUNTIME....

@nnshah1, thanks for the prompt feedback/response. The "performance" issue is not apparent until we try to run multiple parallel inference streams with embedded gvapython. e.g. gst-launch... rtspsrc... ! gvadetect... !...

I am using the Homebrew version - I guess it can't find the "official" gstreamer build 1. pkg-config version: /opt/homebrew/bin/pkg-config 2. Gstreamer version /Library/Frameworks/GStreamer.framework/

For anyone facing a similar issue, here's the specific steps to implement the simple fix suggested (thanks @sdroege!) i.e. to use the pkg-config with the official gstreamer build. 1a) export...

``` HOMEBREW_VERSION: 3.5.10 ORIGIN: https://github.com/Homebrew/brew HEAD: c5731faf8be1ddc1eeae4b162b88bd76318fc279 Last commit: 8 days ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 084c9bf8ef4a7d34a09edaaf3ceeed6a8e03c28e Core tap last commit: 2 hours ago Core tap branch:...

1) The gstreamer standalone (non-Homebrew) does work 2) The gstreamer Homebrew build does not work https://gstreamer.freedesktop.org/documentation/installing/on-mac-osx.html?gi-language=c

Thanks for your prompt response! The gstreamer build from the gstreamer site work. The "kind" shows up as "Apple" and not "Rosetta" indicating that it is in fact the M1...