brew install libuvcgcc uvccam.c -luvc -o exx- To get device info run:
./exx 1>/dev/null - To save YUV422 to file:
./exx 2>/dev/null 1>video.yuv
Record raw YUV422 from camera:
| <?php | |
| // I made this array by joining all the following lists + .php extension which is missing in all of them. | |
| // please contribute to this list to make it as accurate and complete as possible. | |
| // https://gist.github.com/plasticbrain/3887245 | |
| // http://pastie.org/5668002 | |
| // http://pastebin.com/iuTy6K6d | |
| // total: 1223 extensions as of 16 November 2015 | |
| $mime_types = array( | |
| '3dm' => array('x-world/x-3dmf'), | |
| '3dmf' => array('x-world/x-3dmf'), |