Video library for Processing not found

I just tried the suggestion from Processing to get access to the webcam:

However, the program does not recognize:
import processing.video.*;
And I can not find the Library anywhere.
Error message: The package processing.video does not exist!

I have the Processing version 4.0b1

1 Like

Hello @Kylle,

Go to the Processing website:

There you will find a section called Getting started which has a link to environment which has a section on Adding Libraries, Tools, and Modes.

This is the library you are looking for:

The latest version of Processing is 4.1.3 and also available on the Processing website.
There were issues with earlier versions and you should update to the latest.

Without video library installed:

With video library installed:

:)

Hi
When I downloaded version 4.1.3 the Library was available - Now all is fine - Thanks a lot!

1 Like