File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ You only need to
47
47
48
48
1 . download the pre-configured Raspbian image and copy onto an sd card
49
49
50
- - [ Raspberry Pi 1 , Zero] ( https://github.com/brutella/hkcam/releases/download/v0.0.5 /rasbian-stretch-lite-2018-11-13-hkcam-v0.0.5 -armv6.img.zip )
51
- - [ Raspberry Pi 2, 3] ( https://github.com/brutella/hkcam/releases/download/v0.0.5 /rasbian-stretch-lite-2018-11-13-hkcam-v0.0.5 -armv7.img.zip )
50
+ - [ Raspberry Pi 1 , Zero] ( https://github.com/brutella/hkcam/releases/download/v0.0.6 /rasbian-stretch-lite-2018-11-13-hkcam-v0.0.6 -armv6.img.zip )
51
+ - [ Raspberry Pi 2, 3] ( https://github.com/brutella/hkcam/releases/download/v0.0.6 /rasbian-stretch-lite-2018-11-13-hkcam-v0.0.6 -armv7.img.zip )
52
52
53
53
2 . install [ Etcher.app] ( https://www.balena.io/etcher/ ) and flash the downloaded image onto your sd card.
54
54
<img alt =" Etcher.app " src =" _img/etcher.png?raw=true " />
@@ -67,7 +67,7 @@ You only need to
67
67
> diskutil unmountDisk /dev/rdisk3
68
68
>
69
69
> # copy image on disk3
70
- > sudo dd bs=1m if=~ /Downloads/raspbian-stretch-lite-2018-11-13-hkcam-v0.0.5 .img of=/dev/rdisk3 conv=sync
70
+ > sudo dd bs=1m if=~ /Downloads/raspbian-stretch-lite-2018-11-13-hkcam-v0.0.6 .img of=/dev/rdisk3 conv=sync
71
71
> ` ` `
72
72
73
73
3. add your WiFi credentials so that the Raspberry Pi can connect to your WiFi
Original file line number Diff line number Diff line change 1
1
---
2
- hkcam_version : ' v0.0.5 '
2
+ hkcam_version : ' v0.0.6 '
3
3
hkcam_download_file_name : hkcam-{{ hkcam_version }}_linux_armhf.tar.gz
4
4
hkcam_download_url : https://github.com/brutella/hkcam/releases/download/{{ hkcam_version }}/{{ hkcam_download_file_name }}
5
5
hkcam_download_dir : /tmp
Original file line number Diff line number Diff line change 5
5
state : directory
6
6
7
7
- name : Download {{ hkcam_download_url }} to {{ hkcam_download_dest }}
8
- copy :
9
- src : /Users/mah/Source/Code/Go/src/github.com/brutella/hkcam/{{ hkcam_download_file_name }}
10
- dest : " {{ hkcam_download_dir }}"
11
- owner : pi
12
- group : pi
13
- mode : 0644
14
- # get_url:
15
- # url: "{{ hkcam_download_url }}"
16
- # dest: "{{ hkcam_download_dest }}"
8
+ # copy:
9
+ # src: /Users/mah/Source/Code/Go/src/github.com/brutella/hkcam/{{ hkcam_download_file_name }}
10
+ # dest: "{{ hkcam_download_dir }}"
11
+ # owner: pi
12
+ # group: pi
13
+ # mode: 0644
14
+ get_url :
15
+ url : " {{ hkcam_download_url }}"
16
+ dest : " {{ hkcam_download_dest }}"
17
17
register : pkg_download
18
18
19
19
- name : Extract {{ hkcam_download_dest }} to {{ hkcam_download_dir }}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ func main() {
51
51
dnslog .Debug .Enable ()
52
52
}
53
53
54
- switchInfo := accessory.Info {Name : "Camera" , FirmwareRevision : "0.0.5 " , Manufacturer : "Matthias Hochgatterer" }
54
+ switchInfo := accessory.Info {Name : "Camera" , FirmwareRevision : "0.0.6 " , Manufacturer : "Matthias Hochgatterer" }
55
55
cam := accessory .NewCamera (switchInfo )
56
56
57
57
cfg := ffmpeg.Config {
You can’t perform that action at this time.
0 commit comments