scalacv.Camera
See theCamera companion class
object Camera
Attributes
- Companion
- class
- Source
- Camera.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Camera.type
Members list
Value members
Concrete methods
Opens a camera by device index. Left if the device does not exist, is busy, or no backend can drive it.
Opens a camera by device index. Left if the device does not exist, is busy, or no backend can drive it.
Attributes
- Source
- Camera.scala
Opens a video file, URL (rtsp://, http://), or frame_%04d.png sequence.
Opens a video file, URL (rtsp://, http://), or frame_%04d.png sequence.
Attributes
- Source
- Camera.scala
Opens camera index, runs use, and closes the camera afterwards — even on an exception.
Opens camera index, runs use, and closes the camera afterwards — even on an exception.
Attributes
- Source
- Camera.scala
def usingFile[A](source: String, options: CaptureOptions = ...)(use: Camera => A): Either[CvError, A]
Opens source, runs use, and closes the camera afterwards.
In this article