HomeKitCam icon indicating copy to clipboard operation
HomeKitCam copied to clipboard

A project to make a Raspberry Pi driven, HomeKit Enabled camera.

Results 8 HomeKitCam issues
Sort by recently updated
recently updated
newest added

Hi! When I enter camera stream in iOS Home app `PiCamera_accessory.js` crashes. ``` bitrate: 299 avconv stream: -f video4linux2 -i /dev/video0 -s 640:480 -threads auto -vcodec h264 -an -pix_fmt yuv420p...

This might be a duplicate of #3, but I'm having a slightly different issue. The snapshots work fine with the camera, but the stream does not load at all. I...

pi@raspberrypi:~/HomeKitCam $ ls LICENSE node_modules package.json PiCamera_accessory.js README.md pi@raspberrypi:~/HomeKitCam $ node PiCamera_accessory.js /home/pi/HomeKitCam/PiCamera_accessory.js:25 let sessionIdentifier = uuid.unparse(sessionID); ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict...

Hi. This is exactly the project I've been meaning to use my Zero W for. I managed to get npm and everything setup for HomeKitCam but I'm finding the stream...

When I use a raspberry zero wifi and raspberry camera with homekitcam everything works fine when at home with wifi. But when using cellular the snashot dont refresh and the...

I cloned this down and ran npm install when running `node PiCamera_accessory.js` I get the following output /home/pi/HomeKitCam/PiCamera_accessory.js:25 let sessionIdentifier = uuid.unparse(sessionID); ^^^ SyntaxError: Block-scoped declarations (let, const, function, class)...

I use the HomeKitCam on my computer with a microsoft Cinema camera and it works perfect. No i try to do the same thing with my raspberry pi and the...

bug

How could I get this to work on a Mac? I prefer to run it on this type of machine because hopefully the greater power will provide less latency in...