mediamtx/internal/staticsources/rpicamera/component_64.go
Alessandro Ros c5059fa7a0
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
move RPI Camera component into dedicated repository (#3656)
2024-08-14 23:24:17 +02:00

11 lines
136 B
Go

//go:build linux && arm64
// +build linux,arm64
package rpicamera
import (
_ "embed"
)
//go:embed mtxrpicam_64
var component []byte