Camera

Type: component
PROBLEM

SOLUTION

An optical sensor module that captures image and video data. Used for object detection, navigation, documentation, and observation.

Inputs
  • comp_light
  • comp_charge
Outputs
  • comp_wifi
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_camera",
    "name": "Camera",
    "type": "component",
    "inputs": [
        "comp_light",
        "comp_charge"
    ],
    "outputs": [
        "comp_wifi"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "description": "An optical sensor module that captures image and video data. Used for object detection, navigation, documentation, and observation.",
    "template": "component"
}