mediamtx/internal/staticsources/rpicamera/component_32.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
132 B
Go

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