We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Outline of steps:
Make droidcam and droidcam-cli for Pi using this method
droidcam
droidcam-cli
Ensure the deb package works (add raspberrypi-kernel-headers to debian/control)
raspberrypi-kernel-headers
debian/control
Put it into a .zip file, and make a .deb package containing the amd64 and armhf binaries in two .zip files.
amd64
armhf
Follow the same method to produce a build for arm64 (newer Pis running 64 bit RPi OS).
arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Outline of steps:
Make
droidcam
anddroidcam-cli
for Pi using this methodEnsure the deb package works (add
raspberrypi-kernel-headers
todebian/control
)Put it into a .zip file, and make a .deb package containing the
amd64
andarmhf
binaries in two .zip files.Follow the same method to produce a build for
arm64
(newer Pis running 64 bit RPi OS).The text was updated successfully, but these errors were encountered: