Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thk_EspCamServer
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_EspCamServer
Commits
849391b3
Commit
849391b3
authored
2 years ago
by
Vladislav Vlasuk
Browse files
Options
Downloads
Patches
Plain Diff
readme
parent
37fc22d7
Branches
Branches containing commit
No related tags found
1 merge request
!2
readme
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
849391b3
...
...
@@ -73,13 +73,14 @@ Optional kann auch die Internetressource unbenannt werden. Diese wird beim Aufru
Die folgenden Objekte sind für den Datenaustausch mit der Kamera notwendig
esp_image_t image;
camera_config_t cameraconfig; // Konfig
esp_err_t cameraerror; // Fehler
camera_fb_t
*
fb = NULL; // Framebuffer
Um sowohl die Kamera als auch den Server möglichst kompakt für den Anwender nutzbar zu machen, sind zwei benutzerdefinierten Klassen vorhanden
thk_EspCamDriver camera(&cameraconfig, &cameraerror, fb);
thk_EspCamDriver camera(&cameraconfig, &cameraerror, fb
, &image
);
thk_EspCamServer server(ssid, password, uri);
Anschließend kann in der Setup-Routine die Kamera initialisiert
...
...
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