I have a rather tricky problem. I am working on a little project, which enables a user to "throw" content (images, audio files, videos) from his or her android phone to a computer screen. I use a Kinect in combination with the built in sensors of the phone to detect gestures which trigger the file exchange. I use UDP to upload files from or send requests to the phone.
我一直在通过《自然开发商指南》阅读,因为不必写我的档案浏览器,以挑选我想要发送的档案,是非常明智的。 如果我能够利用现有的软件,如美术馆,在电话上展示图像,并且宣布这一形象是选定的,并将其发送到计算机,那将是完美的。
因此,更明确地说明: 电话储存图像——检测到的姿态——>向计算机发送目前展示的形象。
Now my question: How can I find the location of the currently displayed image? LogCat shows me this, when I display an image:
11-21 14:59:22.142: D/FullScreenView(20619): image index=0, uri=content://media/external/images/media/437, path=/mnt/sdcard/Pictures/Loldroid/memebase/memes-inlove-cats-all-my-base-are-belong-to-you.jpg
是否有办法让我接受这一信息。 我的申请不会有用户接口,因此,我无法按照我的理解使用实体。
能否做到这一点,是否有什么投入?
Best regards, Sticks