-
我使用了esp-eye开发板,使用了颜色检测的案例,请问这个颜色识别的阈值是什么格式的,我以为他是RGB的,但是看起来不是的,变化最大的是第一个和第二个阈值参数,甚至第二个阈值参数可以比第一个小例如官方的{{156, 10, 70, 255, 90, 255}, 64, "red"}。我很疑惑这个颜色的阈值是什么格式的,RGB?HVS?LAB?
-
For those that struggled to set this up. After you install the TFT_eSPI library, you need to go into the Arduino library folder for TFT_eSPI and comment out the line that reads "#include " and then un…
-
### やりたいこと
車載カメラ機能を実装したい
### やること
- カメラ配信の仕組みを考える
- ESP-EYE用のコードを書く
- バッテリーを考える
### 実装方法
車載カメラ用にESP-EYEをつかって、UDPで映像を送ってサーバー側で処理してリアルタイムで映像を出す。
## その他
-
**Describe the problem you have/What new integration you would like**
**Please describe your use case for this integration and alternatives you've tried:**
Do you plan to add esp-eye to esph…
-
Your project is fantastic! Hello, I would also like to implement for esp8266 based microcontroller. I read in another issue that you have code for Arduino, I would like to implement the lamp control v…
-
first,**I use the master branch code.**
cargo.toml
```
[package]
name = "esp32-mipidsi-test"
version = "0.1.0"
authors = ["song "]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependenci…
-
### Board
ESP32-S2
### Device Description
Nano ESP32-S2 muse kit and waveshare ov2640
### Hardware Configuration
what is I2C pins?
### Version
v3.0.3
### IDE Name
Arduino iDE
### Operatin…
-
I have revisited this after a few years and for some reason version 8.9 on Arduino 2.3.2 I get the following error when **verify/compile**
Using ESP-EYE with correct pinouts and correct led pin 22 …
-
## 何をするか
カメラを搭載して車窓配信をする用のプラレールを製作する
## 何をしたいか
6両編成の「プラレール クルーズトレインDXシリーズ TWILIGHT EXPRESS 瑞風」を改造して、プラレールの速度制御基盤を搭載する+ESP-EYEを組み込む
## 関連するタスク
#7 ESP-EYEの試用とその映像をWebRTCに繋ぎこむソフトウェアの開発など
#5 スピー…
-
Hey, Im using ESP-EYE and the mingw32 console and I get the error:
`$ make flash monitor
CXX build/CustomVisionClient/CustomVisionClient.o
C:/msys32/home/USERNAME/esp/esp32-custom-vision/componen…