FPVDemo (MSDK 4) getCameras/getCamera returns null
BaseProduct product = FPVDemoApplication.getProductInstance();
Log.i(TAG, "base product -> " + product);
Log.i(TAG, "product model -> " + product.getModel());
Log.i(TAG, "product model camera's -> " + product.getCameras());
Why does it always return null ?
请先登录再写评论。
评论
0 条评论