Advertisement
Guest User

Untitled

a guest
Nov 5th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.18 KB | None | 0 0
  1.  
  2. ApplicationWindow {
  3.     visible: true
  4.     width: 360
  5.     height: 640
  6.  
  7.     VideoOutput {
  8.         source: camera
  9.  
  10.         Camera {
  11.             id: camera
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement