Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dokumentation ESP32CAM #20

Open
15 tasks
chkbln opened this issue May 10, 2020 · 7 comments
Open
15 tasks

Dokumentation ESP32CAM #20

chkbln opened this issue May 10, 2020 · 7 comments

Comments

@chkbln
Copy link

chkbln commented May 10, 2020

PROBLEM DESCRIPTION

Gibt es eine Dokumentation zu ESP32CAM.
Was muß ich wo einstellen?
Wird in der Web Ansicht von Tasmoto das Bild der Cam dargestellt?

Viele Grüße

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Read the Contributing Guide and Policy and the Code of Conduct
  • Searched the problem in issues
  • Searched the problem in the docs
  • Searched the problem in the forum
  • Searched the problem in the chat
  • Device used (e.g., Sonoff Basic): _____
  • Tasmota binary firmware version number used: _____
    • Pre-compiled
    • Self-compiled
      • IDE / Compiler used: _____
  • Flashing tools used: _____
  • Provide the output of command: Backlog Template; Module; GPIO 255:
  Configuration output here:


  • If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
  Rules output here:


  • Provide the output of this command: Status 0:
  STATUS 0 output here:


  • Provide the output of the Console log output when you experience your issue; if applicable:
    (Please use weblog 4 for more debug information)
  Console output here:


@gemu2015
Copy link
Owner

man kann die CAM sehr weitgehend mit scripts steuern. (siehe Tasmota Docs Script mit Beispiel)
oder mit Konsolen Befehlen:
wc zeigt alle parameter an
wcstream 0 oder 1 schaltet stream aus oder an
wcresolution 0 .. 10 stellt die Auflösung ein
wcmirror 0 oder 1 spiegelt das Display
wcflip 0 oder 1 vertauscht oben und unten

es können bis zu 4 aufgenommene Bilder und ein Stream auf der Webseite angezeigt werden

Bildschirmfoto 2020-05-02 um 10 38 52

@chkbln
Copy link
Author

chkbln commented May 11, 2020

Hi
danke für deine Infos. Leider funktionieren die Konsolen Befehle nicht. Ergebnis : {"Command":"Unknown"}
Kann es sein, dass ich beim compilieren einen Fehler gemacht habe? Mus in irgendeiner Datei angeben werden das die CAM benutzt werden soll?
Gruß

@gemu2015
Copy link
Owner

ja in user_config_overwrite
#define USE_WEBCAM

@chkbln
Copy link
Author

chkbln commented May 11, 2020

ok hab ich gemacht. Nun bekomme ich eine Fehlermeldung. Was könnte das sein?
Init failed with error 0x20003
grafik

@gemu2015
Copy link
Owner

der Fehler heißt das keine compatible Kamera gefunden wurde, aber kann auch heissen das die I2C Schnittstelle der Kamera auf den falschen Pins liegt.
du hast gar keine Pins für die Webcam definiert.
dann wird die AITHINKER als default genommen. (default template)
Wenn du eine andere hast must du die Pins im Tasmota WEBUI definieren. Dazu musst du im Datenblatt nachsehen mit welchen GPIO deine Kamera verbunden ist.

Das ist meine (AITHINKER)
Da ich auch eine SD Karte verwende sind hier auch SPI Pins definiert (kannst du weglassen)

Bildschirmfoto 2020-05-12 um 06 46 27

@riker65
Copy link

riker65 commented Sep 13, 2020

Hallo,

ich wollte die SD Card verwenden.
Verstehe nicht die PIN Belegung.

sie widerspricht der Doku hier:
https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/

oder übersehe ich etwas

Danke T

@gemu2015
Copy link
Owner

Hi,

Mit meiner CAM funktioniert die SD Card mit obiger Konfiguration

Die SD card funktioniert aber nur mit scripts. (siehe script doku)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants