[quote user="jelliott"]
Looks like this app is just dumping the contents of /dev/fb0 framebuffer into a bit map file (here is the source). Have you tried opening it with an image viewer?
[/quote]
Yeah I saw that too, so I tried opening it with an image viewer and the image viewer just said "unknown file type" or "invalid file" which is why I thought I was missing a step
[quote user="jelliott"]
You could try "eog" on your ubuntu host to view it quickly and it should figure out the file type for you.
[/quote]
eog <file_name>
worked. Thanks.