# Object Recongition in Unity This repo is for object recognition in unity using the Extrality Lab YOLO API. No extra setup needed apart from Unity 6000.30f1 ## Capture image using the webcam This is done through WebCamTexture. Reading pixels and sending them to the API using the WWWForm from Unity. JSON structures are modeled. Only the last picture sent is saved. On the Server all pictures are saved. ## TODO: figure out a way to make it faster.