NetLogo 7.0.0-beta2:

vid:camera-open

vid:camera-open

Opens the named camera as a video source. If no name is provided, opens the first camera that would be listed by camera-names.

Example:

Errors:

  • Message "vid: no cameras found": no cameras are available.
  • Message "vid: camera "\<name\>" not found": if the named camera is not available.

Take me to the full Vid Extension Dictionary