Skip to content

Firmware for esp32-camera module to act as Apple Homekit IP camera

License

Notifications You must be signed in to change notification settings

magnip/esp32-homekit-camera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera.

Based on esp-homekit.

Configuration

Before compiling, you need to alter several settings in menuconfig (make menuconfig):

  • Partition Table
    • Partition Table = Custom partition table CSV
    • Custom partition CSV file = partitions.csv
  • Component config
    • ESP32-specific
      • Support for external, SPI-connected RAM = check
      • SPI RAM config
        • Initialize SPI RAM when booting the ESP32 = check
        • SPI RAM access method = Make RAM allocatable using malloc() as well
    • Camera configuration
      • OV2640 Support = check
  • ESP32 HomeKit Camera
    • AP or STA = your preference
    • Camera Pins
      • Select Camera Pinout = your variant of module

About

Firmware for esp32-camera module to act as Apple Homekit IP camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 67.2%
  • PHP 16.6%
  • Assembly 12.0%
  • C++ 1.2%
  • Shell 1.1%
  • Perl 0.4%
  • Other 1.5%