Skip to main content
Run any Skill in Manus
with one click

halcon-socket-bridge

Stars85
Forks3
UpdatedApril 9, 2026 at 07:11

Use this skill whenever a user wants to run a deep learning model (YOLOv8, YOLOv9, segmentation, anomaly, classification) from HALCON with maximum speed using a direct TCP socket — NO disk I/O, NO HTTP overhead, NO curl, NO JSON file writing. This skill is the high-performance alternative to halcon-python-api-bridge. Use it when the user says: "socket", "faster than HTTP", "no disk IO", "real-time inference from HALCON", "low latency HALCON model", "send raw image bytes to Python", "TCP socket HALCON", or when they upload client_socket.hdev. The approach: HALCON sends raw pixel bytes over a persistent TCP socket; Python server runs the model and returns a compact space-delimited text response. Always use port 12002 for the first socket server.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
3 files
SKILL.md
readonly