mirror of
https://github.com/Dominocs/Project_Cymple.git
synced 2025-09-26 23:49:11 +08:00
update
This commit is contained in:
parent
ed5ccae9fa
commit
3d2cb688d6
@ -2,3 +2,5 @@
|
||||
低成本,可diy,开源VR配件,适配VRChat,更多功能待更新。
|
||||
点个Star以便随时获得最新更新进展,有Bug可以通过Github或直接在群内反馈。
|
||||
QQ群:813927043
|
||||
|
||||
初次食用教程:
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
734c13366e3dc2b559ff0e2b9fd448c032b5d60b
|
||||
d703136084df7d7483661f0ac7225bfb2ab2b070
|
@ -467,7 +467,7 @@
|
||||
]
|
||||
},
|
||||
"defines": [
|
||||
"PLATFORMIO=60111",
|
||||
"PLATFORMIO=60112",
|
||||
"ARDUINO_ESP32_DEV",
|
||||
"BOARD_HAS_PSRAM",
|
||||
"HAVE_CONFIG_H",
|
||||
|
6
eyeTracker/software/.vscode/launch.json
vendored
6
eyeTracker/software/.vscode/launch.json
vendored
@ -1,9 +1,9 @@
|
||||
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
||||
//
|
||||
// PIO Unified Debugger
|
||||
// PlatformIO Debugging Solution
|
||||
//
|
||||
// Documentation: https://docs.platformio.org/page/plus/debugging.html
|
||||
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
|
||||
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
|
||||
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
|
||||
|
||||
{
|
||||
"version": "0.2.0",
|
||||
|
@ -28,8 +28,8 @@ constexpr camera_config_t camconfig{
|
||||
.pixel_format = PIXFORMAT_JPEG, //YUV422,GRAYSCALE,RGB565,JPEG
|
||||
.frame_size = FRAMESIZE_HVGA, //QQVGA-UXGA, For ESP32, do not use sizes above QVGA when not JPEG. The performance of the ESP32-S series has improved a lot, but JPEG mode always gives better frame rates.
|
||||
|
||||
.jpeg_quality = 5, //0-63, for OV series camera sensors, lower number means higher quality(图片过大可能会导致堆栈溢出)
|
||||
.fb_count = 2, //When jpeg mode is used, if fb_count more than one, the driver will work in continuous mode.
|
||||
.jpeg_quality = 3, //0-63, for OV series camera sensors, lower number means higher quality(图片过大可能会导致堆栈溢出)
|
||||
.fb_count = 3, //When jpeg mode is used, if fb_count more than one, the driver will work in continuous mode.
|
||||
.grab_mode = CAMERA_GRAB_LATEST,
|
||||
};
|
||||
#endif
|
BIN
tutorial/step1.png
Normal file
BIN
tutorial/step1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
tutorial/step2.png
Normal file
BIN
tutorial/step2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
tutorial/step3.png
Normal file
BIN
tutorial/step3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 397 KiB |
Loading…
Reference in New Issue
Block a user