Raspberrypi相机图像和python套接字通信

时间:2017-01-25 07:39:06

标签: android raspbian

我想发送android studio的图像文件。但是效果不好; 这个问题是这个图像是jpeg文件。但android工作室只是工作网址。

public void onBtnLoad1() {

   // Uri imgUri=Uri.parse("////192.168.0.8//pi//newimage.jpg");
    //ImageView.setImageURI(Uri.fromFile(new File("/sdcard/cats.jpg")));
    String addr = "file://192.168.0.8/pi/newimage.jpg";
    //ImageView.setImageURI(Uri.parse(new File("/sdcard/cats.jpg").toString()));

    new HttpReqTask().execute(addr);
}

这里有什么问题?

0 个答案:

没有答案