Henry Bruce

Results 16 comments of Henry Bruce

I'm new to grafana. Could you give more specific examples of the what the data should look like (i.e. what does map[string]number mean?) . I can generate data points with...

Thanks for the detailed reply. I'm currently sending just raw data. Once I understand more about Grafana I'll try out your more complex json payload and recommend how time might...

See [issue #662](https://github.com/OpenVisualCloud/Dockerfiles/issues/662) I posted on OVC Dockerhub repo, but it is specific to Comet Lake. Issue shows how to check for OpenCL device.

Review https://github.com/openvinotoolkit/dlstreamer_gst/wiki/Model-preparation and update your model-proc accordingly.

This issue seems to be specific to the camera, somehow the latest build is more sensitive to possible RTSP incompatibilities. Can you give us access to the camera via your...

@nielsmde - thanks for the fix!

@nielsmde. I used the version on your fork and wanted others to know it was there.

See http://www.orangepi.org/Docs/Pindefinition.html. It's a pretty chaotic wiki...

I call `BluetoothManager::start_discovery()` and wait several seconds before calling `BluetoothManager::get_devices()` but still get previously connected devices that are no longer present. Your proposal of `get_nearby_devices` sounds ideal. In the meantime...

Thanks for RSSI tip. I found out that you have to call `BluetoothDevice::get_rssi()` before `BluetoothManager::stop_discovery()` to get valid values. A `get_nearby_devices()` call would do this for you, so tag this...