diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2019-03-14 15:51:15 -0700 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2019-03-14 15:51:39 -0700 |
commit | ac7604616ab2e44ad12a9d8d5dd90dec15feb5cc (patch) | |
tree | 7fa9ecddf5cba16c5f763a5ec1124933b5b9f962 /lib/README.txt |
add ASI controls
Diffstat (limited to 'lib/README.txt')
-rwxr-xr-x | lib/README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/README.txt b/lib/README.txt new file mode 100755 index 0000000..96eaa5f --- /dev/null +++ b/lib/README.txt @@ -0,0 +1,13 @@ +Applicable platform: +ubuntu:x86, x64 +armv6: raspberry pi +armv5: armv5 Soft-Float +mac os: mac +armv7: raspberry pi2 +armv8: arm 64bit + +$ sudo install asi.rules /lib/udev/rules.d +or +$ sudo install asi.rules /etc/udev/rules.d +and reconnect camera, then the camera can be opened without root +and run 'cat /sys/module/usbcore/parameters/usbfs_memory_mb' to make sure the result is 200 |