I am trying to create a screen mirroring application where the "server" phone captures an app as it is running and sends that image to the "client" phone via wifi direct. I am trying to use the new ImageReader class in 4.4, but I can't find enough information about it to figure out exactly how to get it to work. My initial idea was to just stream whatever is on the "server" screen once the stream is connected, but it seems like that won't be possible? I am now just trying to pick an app you want to stream on the "server" phone and then stream a video(or a set of images converted to a video probably) to the client screen. Does anyone know if this is possible using the ImageReader class in 4.4?
↧