-
Notifications
You must be signed in to change notification settings - Fork 141
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
Setup command doesn't work #125
Comments
You are right, you have to replace
Did you add the camera to HomeKit as shown in the readme? |
Nope, the camera won't show up for me in HomeKit. I'm using a raspberry pi zero 2 w and the official raspberry pi camera. Any advice? |
Is your Raspberry Pi connected to the same network as your iOS device? Also multicast has to be enabled in your network for hkcam to work. |
i had to delete /data and restart with 0.1.0 to bring the camera back in home app under + add device |
I can see the camera in HomeKit, but when I try to connect I get an error on my iPhone: Unable to add accessory. Then I can no longer see the camera in HomeKit. definitely on the same wifi network and had no trouble using home bridge or other HomeKit devices. Here's the logs from the RPI: pi@raspberrypi:~ $ sudo ./hkcam -data_dir=/var/lib/hkcam/data -multi_stream=true -verbose |
I can't see any errors in the logs, so the camera successfully paired with your iOS device. Do you get any other errors on your iOS device which might help debug this issue? |
So I'm also having the same issue but I managed to get it to throw more errors as well.
This was after I deleted the data_dir and started again. |
When I go to run:
./hkcam -db=/var/lib/hkcam/data -multi_stream=true -verbose
My error says:
flag provided but not defined: -db
Replacing -db with -data_dir results in this:
INFO 2022/03/12 17:49:58 main.go:73: version v0.1.0 (built at 2022-03-04T21:28:23Z+0100)
DEBUG 2022/03/12 17:49:58 camera_control.go:194: {"assets":[]}
DEBUG 2022/03/12 17:49:58 server.go:208: listening at [::]:43285
But I can't see the camera inside HomeKit. What am I doing wrong here?
The text was updated successfully, but these errors were encountered: