Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thk_EspCamDriver
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thk_libs
microcontrollers
thk_EspCamDriver
Commits
78e69c82
Commit
78e69c82
authored
Aug 2, 2023
by
Orhan-Timo Altan
Browse files
Options
Downloads
Patches
Plain Diff
an neuste esp32_cam bib aktualisiert
parent
b112719a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
thk_EspCamDriver.cpp
+0
-2
0 additions, 2 deletions
thk_EspCamDriver.cpp
thk_EspCamDriver.h
+0
-2
0 additions, 2 deletions
thk_EspCamDriver.h
with
0 additions
and
4 deletions
thk_EspCamDriver.cpp
+
0
−
2
View file @
78e69c82
...
...
@@ -46,8 +46,6 @@ void thk_EspCamDriver::create_config()
config
->
frame_size
=
board
.
frame_size
;
config
->
pixel_format
=
board
.
pixel_format
;
// for streaming
config
->
grab_mode
=
board
.
grab_mode
;
config
->
fb_location
=
board
.
fb_location
;
config
->
jpeg_quality
=
board
.
jpeg_quality
;
config
->
fb_count
=
board
.
fb_count
;
...
...
This diff is collapsed.
Click to expand it.
thk_EspCamDriver.h
+
0
−
2
View file @
78e69c82
...
...
@@ -35,8 +35,6 @@ struct espboard
ledc_timer_t
ledc_timer
;
framesize_t
frame_size
;
pixformat_t
pixel_format
;
// for streaming
camera_grab_mode_t
grab_mode
;
camera_fb_location_t
fb_location
;
int16_t
im_width
;
int16_t
im_height
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment