Skip to content

Installation on M1 mac #16

Answered by chiefMarlin
lenne0815 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chiefMarlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants