ShowText[]

❌ Doesn't work in Interactive Notebook

Category: Output.

Show text on an image

Syntax

UseCamera[]
    ...
EndCamera

UseCamera["background"]
    ...
EndCamera

Where ... is the code you want to run on each frame in the image.

UseCamera[] has two modes:

Examples

The following example loads a webcam, turns each frame greyscale, and shows the resultant frame:

UseCamera[]
    Greyscale[]
    Show[]

See Also

Made with ❤️ by capjamesg