markusbr

Results 402 comments of markusbr

You might have a broken system now when you have installed multiple versions of Python (and PIP). Can you try to use a Python virtual environment or using Anaconda with...

With or without having a model-cache and/or OpenCL configured - the first run includes compilation of the OpenCL-kernels; depending on how powerful the underlying HW is this can take several...

Can you provide more details about your environment (HW and SW), please? How have you set-up and installed the environment? Which versions have you installed?

The error message is written here: https://github.com/dlstreamer/dlstreamer/blob/c22b45b93cfdff3a7106f6eab563af33b549ab4b/src/monolithic/gst/elements/gvametapublish/mqtt/gvametapublishmqtt.cpp#L309 The error code "-3" seems a `MQTTASYNC_DISCONNECTED`, `The client is disconnected.` And finally gstreamer failed to connect to MQTT broker with `Failed to...

Can you try to enable verbose log messages of the MQTT broker, to see if it receives connection requests? Can you double-check the local address and port number, please? Can...

Can you share more of your code - a small reproducable section of code, please?

How have you installed DepthAI? In which version? In which environment (SW, HW) are you working in? Which OS, which version of Python are you using? Do you use a...

Can you run other examples successfully? Maybe it's just this sample, maybe just outdated, not supported by Luxonis? I can't remember that I had used an example like `trigger_action/custom_trigger.py`. Let's...

(public holiday in the USA today, labor day) A typical use case is the following: - doing an object detection - taking the RegionOfInterest ROI (the bounding box) around the...

From "https://docs.openvino.ai/latest/openvino_docs_install_guides_install_dev_tools.html#install-dev-tools", try something like this: `openvino-dev[onnx,tensorflow2]==2022.3.0`