Hi,
Using following command can easily capture a screen shot on Android image from host PC:
$ adb shell screencap -p | sed 's/\r$//' > snapshot.png
The precondition is an existing ADB connection, either over USB or Ethernet, then you can run above command to get the current screen snapshot. Please refer to attachment to view mine.
Note: Sometimes you need run ADB with root permission.