Installation on M1 mac #16
-
Hello, i would love to try firescrew (when i get it working connect it via mqtt to ha) but im already lost at the very first step, how to install it on a m1 mac ? |
Beta Was this translation helpful? Give feedback.
Answered by
chiefMarlin
Nov 20, 2023
Replies: 1 comment
-
To use baremetal acceleration on mac its best to run single binary (as docker does not support gpu pass through on mac) Install ffmpegapt-get install ffmpeg Download binarycurl -O firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew Generate default config./firescrew -t > config.json Edit config.json with your own valuesStart object detection./firescrew config.json Start WebUI to see the events./firescrew -s rec/hi :8080 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chiefMarlin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use baremetal acceleration on mac its best to run single binary (as docker does not support gpu pass through on mac)
So here are the steps
Install ffmpeg
apt-get install ffmpeg
Download binary
curl -O firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew
Generate default config
./firescrew -t > config.json
Edit config.json with your own values
Start object detection
./firescrew config.json
Start WebUI to see the events
./firescrew -s rec/hi :8080