Matthias

Results 234 comments of Matthias

@looxonline How would we access the video content stored on disk? The snapshots are accessed via a custom HomeKit characteristic. This works because snapshots are not that big.

The required characteristics for getting Secure Video were already added with [c8a4306](https://github.com/brutella/hc/commit/c8a4306d127f464641f973be1ffa5b40c60eec6e). The missing pieces are the payloads and the protocol to negotiate video recording. There is currently no official...

I haven't worked with the HC-SR501 sensor yet. Does somebody have experience with it?

This feature looks very interesting. If this is integrated into HKCam, we should make a 3D-printed enclosure which fits the motion sensor.

`/dev/video1` is created by the v4l2loopback kernel extension and is needed to allow multiple access to the camera stream. If `/dev/video1` is not available, please verify that the camera is...

@xd94402002 Did you install the pre-configured Raspbian image or just installed the hkcam binary?

Yeah, getting the v4l2loopback kernel extension working is no fun.

That might work by creating a HTTP server, which starts an RTSP stream.

Ah sorry, `esc` is from http://github.com/mjibson/esc and can be installed with `go get -u github.com/mjibson/esc`

> Replacing -db with -data_dir results in this: You are right, you have to replace `-db=...` with `-data_dir=...`. I fixed the example in the readme in bc083d1. > But I...