Skip to content
firepick1 (pixel) edited this page Jul 7, 2014 · 8 revisions

CVE Operation

Process current camera image using CVE FireSight pipeline and return resulting JSON computer vision data model.

The latest CVE pipeline output image for a camera is available as output.jpg:

HTTP GET

  • output: application/json
  • status 404: Unknown CVE
  • status 500: Internal application error

JSON Output

The general JSON output format is described on the FireSight wiki. Individual CVE's may mandate stage naming standards, etc.

Synchronous, Blocking Requests

Many computer vision operations require the latest camera image. By default, FireREST requests use cached results and do not block. If your application needs and is willing to wait for the latest camera image, use the synchronous blocking form of the URL. Blocking requests monopolize FireREST resources, so use them only when needed.

See Also

Clone this wiki locally