Skip to content

Commit

Permalink
owning the mjpg stream from webcam (#4)
Browse files Browse the repository at this point in the history
* own video stream

* cargo updates

* octoprint access

* add example config file for backend
  • Loading branch information
dadleyy committed Nov 12, 2022
1 parent 3c0c409 commit 54852e1
Show file tree
Hide file tree
Showing 9 changed files with 460 additions and 79 deletions.
4 changes: 0 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[alias]
stickbot = "run --bin stickbot"
boxbot = "run --bin boxbot"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: "apt - update"
run: apt-get update
- name: "apt - install libudev-dev"
run: apt-get install libudev-dev pkg-config -y
run: apt-get install libudev-dev pkg-config clang -y

- name: "rust - download"
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup-install.sh
Expand Down
Loading

0 comments on commit 54852e1

Please sign in to comment.