Liking cljdoc? Tell your friends :D

chromex.app.webcam-private

clj

Webcam Private API.

  • available since Chrome 40
Webcam Private API.

* available since Chrome 40
raw docstring

api-tableclj

source

close-webcamclj/smacro

(close-webcam webcam-id)

Close a serial port connection to a webcam.

|webcam-id| - ?

Close a serial port connection to a webcam.

|webcam-id| - ?
sourceraw docstring

close-webcam*cljs

(close-webcam* config webcam-id)
source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

getclj/smacro

(get webcam-id)

|webcam-id| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [configuration] where:

|configuration| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

  |webcam-id| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [configuration] where:

  |configuration| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get*cljs

(get* config webcam-id)
source

open-serial-webcamclj/smacro

(open-serial-webcam path protocol)

Open a serial port that controls a webcam.

|path| - ? |protocol| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [webcam-id] where:

|webcam-id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Open a serial port that controls a webcam.

  |path| - ?
  |protocol| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [webcam-id] where:

  |webcam-id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

open-serial-webcam*cljs

(open-serial-webcam* config path protocol)
source

resetclj/smacro

(reset webcam-id config)

Reset a webcam. Note: the value of the parameter have no effect, it's the presence of the parameter that matters. E.g.: reset(webcamId, {pan: 0, tilt: 1}); will reset pan & tilt, but not zoom.

|webcam-id| - ? |config| - ?

Reset a webcam. Note: the value of the parameter have no effect, it's the presence of the parameter that matters. E.g.:
reset(webcamId, {pan: 0, tilt: 1}); will reset pan & tilt, but not zoom.

  |webcam-id| - ?
  |config| - ?
sourceraw docstring

reset*cljs

(reset* config webcam-id config)
source

setclj/smacro

(set webcam-id config)

|webcam-id| - ? |config| - ?

  |webcam-id| - ?
|config| - ?
sourceraw docstring

set*cljs

(set* config webcam-id config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.webcam-private namespace.

Taps all valid non-deprecated events in chromex.app.webcam-private namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close