eduardolundgren / eduardolundgren/tracking.js
How to get image with original resolution from camera video stream?
- Dominant language
- JavaScript
- Stars
- 9.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I need save image when any face detected and send picture to my backend.
In example [face_camera.html ](https://github.com/eduardolundgren/tracking.js/blob/master/examples/face_camera.html#L28) we have resolution with 320x240 but camera has resolution with 1920 x 1080 pixels
```html
```
How to get image with original or custom resolution ( 800 x 600 ) from camera video stream?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with examples/face_camera.html, especially the video and canvas elements shown in the issue, and trace how the camera stream image is captured. Done means documenting or demonstrating how to obtain an original or custom-sized image, such as 800x600, for sending to a backend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-vision, web-dev
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100