Streaming video with PropCam and XBee WiFi?
banjo
Posts: 447
I'm in another thread (http://forums.parallax.com/showthread.php/153072-XBee-Wifi-amp-Propeller-Activity-Board-how-to-connect?p=1234690&viewfull=1#post1234690) tinkering with iPad and XBee WiFi on a Propeller Activity Board.
Would be possible to stream video from PropCam on a PAB through the XBee WiFi to e.g. a PC or iPad? Any guesses on the FPS?
-Thomas
Would be possible to stream video from PropCam on a PAB through the XBee WiFi to e.g. a PC or iPad? Any guesses on the FPS?
-Thomas
Comments
In the meantime, I'll attempt an answer. According to the PropCAM product page each image takes 6144 bytes. That's 49152 bits per frame. Let's double that to account for overhead (stop bits, error correction, slower than advertised connection, etc.) So each image takes 98304 bits. For a list of standard baud rates:
-Phil
-Thomas