× Use Easybots Studio to download and use the bots from this app

App

USB & Web Cam

Free

Description

Convert your USB Web Cam to a motion detector, or an eye to your home. This app enables you to get pictures, get notification when something moves in front of your USB camera. Combine it with the 'Web Bots' app to be able to monitor your home from anywhere, anytime.. What's new 1.0.27.0 : added 'CreateFromUr' action

Author

Easybots Devs

Version

1.0.30.1

Available bots in this app

CameraBot
Triggers
MotionDetected

Returns

  • Image : SerializableImage
  • Decorated Image : SerializableImage
Actions
TakePicture

Inputs

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
TakePictureWithText

Inputs

  • Text : String

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
StartMotionDetection

Inputs

Returns

StopMotionDetection

Inputs

Returns

TakePicsAndZipIt

Inputs

  • number of pics : Int32

Returns

  • DataModel : SerializableFile
    • FileNameField : String
    • FileBytesField : Byte[]
ImageUtils
Actions
Compare

Inputs

  • Image1 : SerializableImage
  • Image2 : SerializableImage
  • ThresholdPercent : Int32

Returns

  • AreDifferent : Boolean
  • Image2 : SerializableImage
  • ImageWithDifferences : SerializableImage
  • DifferencesPercent : Int32
CreateFromUrl

Inputs

  • URL : String

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
CreateFromFile

Inputs

  • FileFullPath : String

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
CreateEmptyPictureWithText

Inputs

  • Text : String

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
ImageFromBytes

Inputs

  • input : Byte[]

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
ImageOrElse

Inputs

  • image : SerializableImage
  • alt text : String

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
CreateManyFromBytes

Inputs

  • input : Byte[][]

Returns

  • objects : SerializableImage[]
  • count : Int32
GetByIndex

Inputs

  • objects : SerializableImage[]
  • index (zero-based) : Int32

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
GetLast

Inputs

  • objects : SerializableImage[]

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]