Activities/Record: Difference between revisions
No edit summary |
add ticket |
||
| Line 20: | Line 20: | ||
=== Using Record with external cameras === | === Using Record with external cameras === | ||
If the camera is recognized, a device /dev/video1 will be created | If the camera is recognized, a device /dev/video1 will be created. You may need check using Terminal. | ||
The internal device is /dev/video0 | The internal device is usually /dev/video0, but this is not guaranteed. | ||
To use a external camera, you can apply this patch | To use a external camera, you can apply this patch | ||
| Line 38: | Line 38: | ||
return | return | ||
</nowiki> | </nowiki> | ||
Supporting more than one camera without a patch is the subject of ticket [http://bugs.sugarlabs.org/ticket/4859 #4859]. | |||
===Resources=== | ===Resources=== | ||