Username:    Password:      
    

Path: Frequently Asked Questions | Bi-i related questions

Are there any samples in the Bi-i Software Developer Kit?

Yes, look for a Samples directory in the directory where you installed the Bi-i Software. You should be able to compile them using Code Composer Studio 3.0 (or higher) and Microsoft Visual C 7.1 (or higher).

How can I develop applications for the Bi-i? Which tools do I need?

Using the Bi-i Software Developer Kit, you have two options:

  1. Rapidly prototype algorithms using the AMC language. AMC has the advantage, that it doesn't require an external compiler, however it may be too simple for more involved applications.
  2. Program your application in C++ using the Bi-i SDK and Code Composer Studio 3.0 (or higher) from Texas Instruments. This is the preferred method when writing high-performance and complex applications. You can also build on the InstantVision libraries which provide advanced algorithms for problems in image processing and analysis, classification and tracking.

Additionally, the Bi-i API is available in the Developer edition of the kit, that allows the control of a Bi-i device from an external application.

How can I verify that the Bi-i is operational?

If you know the IP address that the Bi-i is supposed to be listening on, try pinging the device:

ping [IP address of the Bi-i]

If the Bi-i is not responding, it is likely there is a network problem. Use a null-modem cable attached to the serial port of the Bi-i and connect using a serial terminal program to check the opeation of the Bi-i. See the Bi-i Users Manual for details.

How is my application executed on the Bi-i?

It is sent to the Bi-i from the host via TCP/IP. The communications processor of the Bi-i stores the program, downloads it to the DSP's memory, and starts the DSP. Your program is executed by the DSP, and any communication with the host computer is initiated through the communication processor as needed.

Is the Bi-i a standalone device?

Yes, it is capable of totally standalone operation. To achieve this, your application must not use any host dependent features such as DirectShow or Matlab communication, and it must written to the Bi-i's flash using the FlashWriter utility.

Is there a web inteface to configure a Bi-i?

Yes, there is. It is located at:

http://[IP address of the Bi-i]
You need the username and password that you use for running applications on the Bi-i to access the control panel.

What is the default network setup of the Bi-i?

Each Bi-i comes configured with a static IP address of 192.168.0.90 You can easily change this on the web based control panel.

Top of page User-Login Print version Contact