Giter Site home page Giter Site logo

Comments (5)

AchimPieters avatar AchimPieters commented on June 12, 2024

Probably you need to reset the Homekit configuration, or reinstall the device. The Homekit apps tells you that it's already added.

from esp32-homekit-camera.

maximkulkin avatar maximkulkin commented on June 12, 2024

When HomeKit server starts, it logs line like this:

mDNS announcement: Name=Camera-CD516A ␋md=LEDStrip␆pv=1.0␔id=E1:08:E4:1E:41:5D␄c#=1␄s#=1␄ff=0␄sf=1␄ci=5 

Please check that "sf" parameter is equal to "1". If it is "0", then pairing is disabled.

Also, right before that message it displays message like this:

HomeKit: Found admin pairing with 23E9459B-46A6-44E1-B35C-8E71AFAA324C, disabling pair setup

One thing to note, the way HomeKit works is: initial pairing is established by exchanging keys between accessory and controller (e.g. iOS device). That controller pairing becomes "admin" pairing. After initial pairing is established, accessory does not accept any more pairings. Instead, "admin" controller should add other controller pairings via special API. The way it looks inside app is that you invite other people to control your home.

So, if you're trying to pair other iOS devices by scanning same QR code - that's not gonna work by design.

from esp32-homekit-camera.

gozfree avatar gozfree commented on June 12, 2024

Thanks for your reply, I just using the same esp32 deivce and the same iOS phone for debugging homekit camera streaming, and now pairing is ok by commets some code.

from esp32-homekit-camera.

maximkulkin avatar maximkulkin commented on June 12, 2024

I'm curious how your camera streaming debugging is going

from esp32-homekit-camera.

gozfree avatar gozfree commented on June 12, 2024

camera streaming is still not work, blocked by malloc failed in camera_stream_task.
And I tested malloc size="6404803" is ok in the begging of main().
I followed the #17 , but still not work.
The OS heap is too small to support x264 with rtp streaming?

from esp32-homekit-camera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.