资 源 简 介
I wanted a way to integrate the small lightweight bluetooth camera called OptiEyes into my robotics project. So I emailed AirCable and talked with a couple programmers there about the protocol used for the camera. Then I created a .Net project that contains a class to talk with the camera over a serial communication. Then I created a windows application called OptiEyes App which uses the OptiEyes class to demonistrate how to use it.
This camera streams video in a m-jpeg format. This basically means the jpgs start with a 0xFF 0xD8 and end in 0xFF 0xD9.
I created the solution in Visual Studio 2010 C# Express Edition. Created in the OptiEyes project is a DLL file you could if you use VB.Net or one of the other .Net languages.
This camera was brought to my attention in a Robot Magazine article.