An open API service indexing awesome lists of open source software.

https://github.com/dselivanov/shinycamera

Video stream input to shiny applications
https://github.com/dselivanov/shinycamera

shiny

Last synced: 7 days ago
JSON representation

Video stream input to shiny applications

Awesome Lists containing this project

README

        

### Provides camera video stream to the shiny application.

Spin-off https://github.com/nstrayer/shinysense with mininal dependecies ( not tidy anymore 😢 ) - **all credits should go to [Nick Strayer](https://github.com/nstrayer)**.

```
app_script = system.file(paste0('demoapp/app.R'), package = 'shinycamera')
shiny::shinyAppFile(app_script)
```

![](docs/img/screenshot.jpg)