JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

WebcamInput #210

Closed pankgeorg closed 1 year ago

pankgeorg commented 2 years ago

https://user-images.githubusercontent.com/6933510/196455216-7df18442-92b4-4f00-b15d-5d9f67a8bd03.mov

TODO

(from @fonsp)

github-actions[bot] commented 2 years ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl", rev="pg/new-webcam-1")
julia> using PlutoUI

Or run this code in your browser: Run with binder

fonsp commented 1 year ago

This PR is nearly done! I added some TODOs to the PR description, I will try to work on it later today / later this week to get it finished and released :)

fonsp commented 1 year ago

@pankgeorg I mostly made changes to the notebook structure and to the Julia side, the frontend code is great, thanks so much!!

pankgeorg commented 1 year ago

Good changes are good!! Thanks for the help!!