-
```
Define coral::pythonWrapperUtils::pyGILEnsured as an external variable so that
multiple include of pythonWrapperUtils.h will not cause multiple symbols
linking error
```
Original issue reporte…
-
```
Define coral::pythonWrapperUtils::pyGILEnsured as an external variable so that
multiple include of pythonWrapperUtils.h will not cause multiple symbols
linking error
```
Original issue reporte…
-
### Description
Sending it to udp sink i get error:
Warning: gst-resource-error-quark: Attempting to send a UDP packets larger than maximum size (1228800 > 65507)
Probably need to use RTP but r…
-
尝试使用 PE13 的内核源码进行编译,试了几次一直遇到各种错误,可以问一下你编译时使用的环境和工具链版本吗?
PE13 的内核源码:https://github.com/PixelExperience-Devices/kernel_google_msm-4.14
我尝试使用 [KernelSU_Action](https://github.com/Revincx/KernelSU_A…
-
### Description
I am not completely sure what is going on here. I am unexperienced with the Coral AI Board. It seems that there is a segmentation fault while trying to setup the GStreamer Pipeline.
…
-
### Description
I tried using the [Colab notebook](https://colab.sandbox.google.com/github/google-coral/tutorials/blob/master/compile_for_edgetpu.ipynb) provided and got a segmentation fault after tr…
-
### Description
I had follow these four tutorial to trained a custom model
[Retrain the EfficientDet-Lite object detector on Google Colab (TF2)](https://colab.research.google.com/github/google-co…
-
### SPECIFIC ISSUE ENCOUNTERED
Our app is encountering a random crash issue, while ARCore is active. It appears to occur randomly, and is most reproduceable by simply leaving the app running while th…
-
### Description
I am trying to run the birdfeeder.sh script with all the directories correctly listed in the script, and whenever I do ./birdfeeder.sh to run the script in my command prompt it trie…
-
```
In python, it seems that we can not save the value of the attribute if the
attribute value is custom (inherited from the Value class)
I did not have the chance to put breakpoints in the C++ code…