-
Notifications
You must be signed in to change notification settings - Fork 2
process.fire
firepick1 (pixel) edited this page Jul 7, 2014
·
8 revisions
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:
- output: application/json
- status 404: Unknown CVE
- status 500: Internal application error
The general JSON output format is described on the FireSight wiki. Individual CVE's may mandate stage naming standards, etc.
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.