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 ?
Please sign in to leave a comment.
Comments
0 comments