Created
          March 23, 2014 04:46 
        
      - 
      
- 
        Save bwhite/9718960 to your computer and use it in GitHub Desktop. 
    [wearscript] Media example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <script> | |
| function main() { | |
| if (WS.scriptVersion(1)) return; | |
| WS.cameraVideo(function (x) { | |
| setTimeout(function () { | |
| WS.createMedia('file://' + x, false) | |
| }, 5000); | |
| }); | |
| } | |
| window.onload = main; | |
| </script> | |
| </body> | |
| </html> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | {"name":""} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment