Difference between revisions of "Microdia USB Microscope"
From Tech
Jump to navigationJump to search (Created page with "Little USB microscope with stand. lsusb Bus 001 Device 013: ID 0c45:6300 Microdia PC Microscope camera On ubuntu, guvcview can use the camera at full resolution: guvcview...") |
|||
Line 3: | Line 3: | ||
Bus 001 Device 013: ID 0c45:6300 Microdia PC Microscope camera |
Bus 001 Device 013: ID 0c45:6300 Microdia PC Microscope camera |
||
− | On ubuntu, guvcview can use the camera at full resolution |
+ | On ubuntu, guvcview can use the camera at full resolution. (Sometimes it cannot open the device; unplugging and plugging the USB cable usually fixes that) |
guvcview -d /dev/video2 --resolution=1600x1200 |
guvcview -d /dev/video2 --resolution=1600x1200 |
||
Latest revision as of 08:37, 7 September 2020
Little USB microscope with stand.
lsusb Bus 001 Device 013: ID 0c45:6300 Microdia PC Microscope camera
On ubuntu, guvcview can use the camera at full resolution. (Sometimes it cannot open the device; unplugging and plugging the USB cable usually fixes that)
guvcview -d /dev/video2 --resolution=1600x1200
The 'cheese' program should also be able to do it, but I cannot figure out how to get to the 'preferences' in i3, to change the resolution (default: 640x480)