This commit is contained in:
Dominocs 2024-01-11 22:07:34 +08:00
parent ed5ccae9fa
commit 3d2cb688d6
13 changed files with 22131 additions and 22109 deletions

View File

@ -2,3 +2,5 @@
低成本可diy开源VR配件适配VRChat更多功能待更新。
点个Star以便随时获得最新更新进展有Bug可以通过Github或直接在群内反馈。
QQ群813927043
初次食用教程:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
734c13366e3dc2b559ff0e2b9fd448c032b5d60b
d703136084df7d7483661f0ac7225bfb2ab2b070

View File

@ -467,7 +467,7 @@
]
},
"defines": [
"PLATFORMIO=60111",
"PLATFORMIO=60112",
"ARDUINO_ESP32_DEV",
"BOARD_HAS_PSRAM",
"HAVE_CONFIG_H",

View File

@ -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",

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
tutorial/step2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
tutorial/step3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB