github.com/brutella/hkcam
v0.1.0
#1666 most downloaded on Go modules
brutella/hkcam
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 12 months
Most releases are documented
notes for 8 of 11 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
22 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
22 releases · Dec 2018 to May 2023Releases
latest 22-
v0.1.1-0.20230509122830-959d66471bc009 May 2023 pre-releaseNothing published for this version
-
v0.1.1-0.20220929083859-de5a086e569529 Sep 2022 pre-releaseNothing published for this version
-
v0.1.1-0.20220607123834-6c2a73f576dc07 Jun 2022 pre-releaseNothing published for this version
-
v0.1.1-0.20220421092558-0198998ed53721 Apr 2022 pre-releaseNothing published for this version
-
v0.1.1-0.20220312104010-bc083d1052dc12 Mar 2022 pre-releaseNothing published for this version
-
v0.1.1-0.20220307155339-e027c2acc54607 Mar 2022 pre-releaseNothing published for this version
-
v0.1.016 Feb 2022Release notes
Open source →By switching from hc to hap, I was able to clean up some code.
This version was tested on macOS Big Sur 11.3.1 (20E241) and on a Raspberry Pi running Raspberry Pi OS 32-bit (Kernel version: 5.10, Debian version: 11 (bullseye)). On macOS I've used the built-in iSight camera. On the Raspberry Pi I was able to get it to work with a USB camera (ELP 1080P) and a standard camera module. (The camera module requires Legacy Camera Support though.)
There is currently no pre-configured Raspberry Pi image available because installing v4l2loopback and ffmpeg is easy to install via
apt-get(see Readme). -
v0.0.11-0.20210813080547-8f86db7b67a813 Aug 2021 pre-releaseNothing published for this version
-
v0.0.1012 Aug 2021 -
v0.0.10-0.20201008114535-79ee9a846ebb08 Oct 2020 pre-releaseNothing published for this version
-
v0.0.10-0.20191009101538-09b16e25bdd509 Oct 2019 pre-releaseNothing published for this version
-
v0.0.902 Jul 2019Release notes
Open source →This release improves the video stream quality by setting the video resolution to 720p and providing an option to set the minimum video bit rate.
The pre-configured Raspbian image sets the video resolution via
v4l2-ctlin the/etc/sv/hkcam/runscript.
The minimum bit rate is not specified but you can set it with the--min_video_bitrateargument.A run script with a minimum bit rate of 500kbps might look like this
#!/bin/sh -e exec 2>&1 v4l2-ctl --set-fmt-video=width=1280,height=720,pixelformat=YU12 exec hkcam --min_video_bitrate=500 --data_dir=/var/lib/hkcam/data --verbose=true
Note: Setting a minimum video bitrate might break streaming to Apple Watch.
-
v0.0.804 Jun 2019 -
v0.0.730 May 2019 -
v0.0.602 May 2019 -
v0.0.511 Apr 2019 -
v0.0.411 Apr 2019 -
v0.0.303 Apr 2019Nothing published for this version
-
v0.0.214 Dec 2018Nothing published for this version
-
v0.0.110 Dec 2018Nothing published for this version
-
v0.0.0-20230509122830-959d66471bc009 May 2023 pre-releaseNothing published for this version
-
v0.0.0-20220929083859-de5a086e569529 Sep 2022 pre-releaseNothing published for this version