WebcamTexture_v3 Op
Use your webcam camera as a texture
Summary (oneliner)
<ul> <li>you need https for webcam to work on many browsers</li> </ul>
- Ops.Gl.Textures.WebcamTexture_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<p>update the output texture with the current webcam picture</p>
<i>boolean</i>
)<i>boolean</i>
)<p>activate / inactivate genration of the output texture</p>
Camera
<i>integer</i>
)<p>index of webcam to use from available cameras</p>
<i>integer</i>
)<p>request width from webcam</p>
<i>integer</i>
)<p>request height from webcam</p>
Texture
<i>boolean</i>
)<i>boolean</i>
)Video Element
<i>boolean</i>
)<p>display the html video element</p>
<p>css styles for the html video element</p>
<i>boolean</i>
)<i>boolean</i>
)OUTPUT PORTS
<p>texture output</p>
<p>aspect ratio</p>
<i>boolean</i>
Number)<p>webcam ready</p>
<p>output size</p>
<p>output height</p>
<p>the video element</p>
<p>array of available devices</p>
<p>output trigger on updated texture</p>
Patches using WebcamTexture_v3
Changelog
improvement | now only asks for permission if "active"-port is enables | pandur - 2022-12-14 17:19 |
improvement | Fixed problem with loading status not finishing the loading | pandur - 2024-05-16 07:53 |
improvement | Set parentelement to non canvas so popout/external canvas can continue to work | pandur - 2024-05-27 18:15 |