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
- Host: GitHub
- URL: https://github.com/dselivanov/shinycamera
- Owner: dselivanov
- Created: 2019-09-12T13:04:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T13:05:02.000Z (over 5 years ago)
- Last Synced: 2025-04-14T10:13:00.229Z (7 days ago)
- Topics: shiny
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dselivanov/shinycamera - Video stream input to shiny applications (JavaScript)
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)
```