2109dacd42
fix for ov3660
2026-02-28 20:27:02 +01:00
Lorow
555e290d71
Reformat project using clang-format
2026-01-06 22:51:24 +01:00
Lorow
3494edc822
Cleanup after rebase
2025-12-14 21:03:36 +01:00
Lorow
6da759b2e6
Bump UVC settings, clean up sdkconfig in preparations for more boards
2025-12-14 21:03:36 +01:00
Lorow
ecf881a552
Remove reset camera
2025-10-18 19:35:24 +02:00
PhosphorosVR
05cc906988
Adjust camera configuration
2025-09-30 13:49:56 +02:00
PhosphorosVR
83d7805e9e
- Updated README to reflect changes in device mode terminology from "Auto" to "Setup".
...
- Changed configuration macros from CONFIG_GENERAL_DEFAULT_WIRED_MODE to CONFIG_GENERAL_INCLUDE_UVC_MODE across multiple files.
- Introduced new command for retrieving LED current in CommandManager.
- Added MonitoringManager and CurrentMonitor classes to handle LED current monitoring.
- Updated Kconfig to include options for LED current monitoring.
- Modified main application logic to integrate MonitoringManager and handle new device modes.
- Adjusted CMakeLists and source files to include new monitoring components.
2025-09-05 01:08:11 +02:00
Lorow
4a8aacf99e
Fix UVC not starting on Babble and Xiao boards due to a miss-configuration
2025-08-26 23:31:34 +02:00
PhosphorosVR
cb569c9e47
60fps Limit + GENERAL_DEFAULT_WIRED_MODE can be set in sdkconfig
2025-08-26 01:39:40 +02:00
PhosphorosVR
6e2a591348
Fixing small stuff
2025-08-24 22:21:06 +02:00
Lorow
ee5a73895c
Merge remote-tracking branch 'origin/main' into mutimodal
...
# Conflicts:
# components/CameraManager/CameraManager/CameraManager.cpp
# dependencies.lock
# main/openiris_main.cpp
# sdkconfig
2025-08-13 23:46:13 +02:00
PhosphorosVR
0c4a300647
- Applied changes based on PR feedback
...
- Remove redundant menu entries from default config (will be set by Kconfig.projbuild)
2025-08-09 17:13:04 +02:00
PhosphorosVR
35821507ef
Added CONFIG_CAMERA_WIFI_XCLK_FREQ
2025-08-09 03:25:02 +02:00
PhosphorosVR
03822f90c8
fb_location to DRAM, no need for psram with small files and DRAM should be more stable
2025-08-09 03:10:44 +02:00
PhosphorosVR
a5d4ac3c7d
Added Camera_USB_XCLK_FREQ and CONFIG_GENERAL_UVC_DELAY
2025-08-08 22:45:28 +02:00
Summer
d9ace4bc05
upload mutimodal
2025-07-29 23:02:29 +02:00
Lorow
b5c6bc3765
Minor cleanup, add missing command for updating OTA credentials
2025-05-25 16:31:42 +02:00
Lorow
4f0ab541cb
Modernize the code a bit, clean up most compilation warnings
2025-05-18 17:35:39 +02:00
Lorow
4095f00bb0
Rewrite state manager, clean up states, fixup typos - todo test state display
2025-04-21 23:50:41 +02:00
Lorow
ef0db4557f
WIP - Initial changes to support multiple boards, add test config for xiao and babble boards
2025-04-03 22:41:47 +02:00
Lorow
cb41038181
Refactor project config - simplify the implementation, move out the logic into separate modules
2025-04-01 23:29:38 +02:00
Lorow
6b603f5574
Fix compilation issues, change ProjectConfig into a shared_ptr with updated definitions
...
// todo implement the API and missing features
2024-11-23 21:00:05 +01:00
Lorow
23bb930255
PoC wired mode over UVC, add logs over websockets, needs cleanup
2024-10-19 14:24:50 +02:00
Lorow
b578bf3d2c
Improve camera performance a bit
2024-09-28 15:16:39 +02:00
Lorow
5aec63c86b
Add basic HTTP MJPEG stream server
2024-09-27 21:09:56 +02:00
Lorow
43b7386ac9
WIP port of camera manager
2024-09-25 21:34:42 +02:00