This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc3200 camera 无法开启AP模式



现在用的一个项目里面需要用到camera 模块,我把websock_camera 例子里面的 mt9d111.c mtd9111.h  pinmux.c pinmux.h camera_app.h camera_app.c i2cconfig.c i2cconfig.h  文件copy到了我的工程里面,可以编译通过,可是当程序运行时 程序却开启不了AP,请问该怎么解决?我把代码里面

CameraSensorInit();   StartSensorInJpegMode(width, height); 这两个函数注释掉后,AP热点就可以正常启动,请问我该如何对camera进行配置?