Skip to content

frigate using lisp on nvidia gpu #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

Tinakumarj
Copy link

Frigate - lisp for deploying and running the frigate container using lisp commands. The frigate container container contains the version , ports, image, device and volumes which when run gives the other necessary files such as config , storage etc. which helps us integrate with local camera which here is tapo_c200 for real time network video streaming.

@@ -0,0 +1,14 @@
(define-app
(version "3.9")
(ports 8971 8554 8555/tcp 8555/udp)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why so many ports?

(image "ghcr.io/blakeblackshear/frigate:stable")
(restart "unless-stopped")
(devices
("/dev/bus/usb" "/dev/bus/usb"))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this?

("/dev/bus/usb" "/dev/bus/usb"))
(volumes
("/etc/localtime" "/etc/localtime:ro")
("./config" "/config")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove ./

Copy link
Owner

@chsasank chsasank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get it done

@chsasank
Copy link
Owner

Add GPU support

@Tinakumarj Tinakumarj changed the title Code for Frigate.Lisp frigate using lisp on nvidia gpu Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants