0

I have been trying to play video on my sony smartwatch2. But there is no API like sendVideo() or something.

Could someone help ?

Vijay
  • 435
  • 1
  • 6
  • 16

1 Answers1

0

you are right, there is no API to send video. It can be simulated by sending images - showBitmap

peter.bartos
  • 11,855
  • 3
  • 51
  • 62
  • To add to this the limiting factor in video playback on the SW2 is the bandwidth supported by Bluetooth. While it can be done by sending bitmaps to the watch the playback will be quite slow. – mldeveloper Mar 27 '14 at 19:56