Feature Description
A tool to identify plug points or outlets in unfamiliar spaces using a camera stream, providing a count and clock face directions.
Problem It Solves
Identifying plug points/outlets in unfamiliar spaces.
Proposed Solution
A regular streaming tool that identifies visible plug points, counts them, and provides clock face directions to them.
Implementation details
Regular streaming tool (not a custom GPT).
If not specified otherwise above, tools for object detection should either utilize Yolo11 and COCO or YoloWorld, based on the conditions described in the copilot instructions. Tools involving text extraction should utilize the Google Cloud Vision API.
Alternatives Considered
Example usage
Streaming using the camera to have visible plug points identified with a count and clock face directions provided.
Custom GPT
no
GPT Query
Additional Context
Unless otherwise specified, in streaming mode, any verbal/text response should be limited to 15 words. No such limit applies to one-shot output.
Write the code for this tool inside the tools folder
Feature Description
A tool to identify plug points or outlets in unfamiliar spaces using a camera stream, providing a count and clock face directions.
Problem It Solves
Identifying plug points/outlets in unfamiliar spaces.
Proposed Solution
A regular streaming tool that identifies visible plug points, counts them, and provides clock face directions to them.
Implementation details
Regular streaming tool (not a custom GPT).
If not specified otherwise above, tools for object detection should either utilize Yolo11 and COCO or YoloWorld, based on the conditions described in the copilot instructions. Tools involving text extraction should utilize the Google Cloud Vision API.
Alternatives Considered
Example usage
Streaming using the camera to have visible plug points identified with a count and clock face directions provided.
Custom GPT
no
GPT Query
Additional Context
Unless otherwise specified, in streaming mode, any verbal/text response should be limited to 15 words. No such limit applies to one-shot output.
Write the code for this tool inside the tools folder