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 |
add ASI controls
Diffstat (limited to 'lib')
23 files changed, 23 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 diff --git a/lib/armv5/libASICamera2.a b/lib/armv5/libASICamera2.a Binary files differnew file mode 100644 index 0000000..d7f797c --- /dev/null +++ b/lib/armv5/libASICamera2.a diff --git a/lib/armv5/libASICamera2.so b/lib/armv5/libASICamera2.so new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/armv5/libASICamera2.so @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/armv5/libASICamera2.so.1.13.0930 b/lib/armv5/libASICamera2.so.1.13.0930 Binary files differnew file mode 100755 index 0000000..cbe9e9c --- /dev/null +++ b/lib/armv5/libASICamera2.so.1.13.0930 diff --git a/lib/armv6/libASICamera2.a b/lib/armv6/libASICamera2.a Binary files differnew file mode 100644 index 0000000..0db5ba2 --- /dev/null +++ b/lib/armv6/libASICamera2.a diff --git a/lib/armv6/libASICamera2.so b/lib/armv6/libASICamera2.so new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/armv6/libASICamera2.so @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/armv6/libASICamera2.so.1.13.0930 b/lib/armv6/libASICamera2.so.1.13.0930 Binary files differnew file mode 100755 index 0000000..bf78ef6 --- /dev/null +++ b/lib/armv6/libASICamera2.so.1.13.0930 diff --git a/lib/armv7/libASICamera2.a b/lib/armv7/libASICamera2.a Binary files differnew file mode 100644 index 0000000..63633c2 --- /dev/null +++ b/lib/armv7/libASICamera2.a diff --git a/lib/armv7/libASICamera2.so b/lib/armv7/libASICamera2.so new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/armv7/libASICamera2.so @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/armv7/libASICamera2.so.1.13.0930 b/lib/armv7/libASICamera2.so.1.13.0930 Binary files differnew file mode 100755 index 0000000..35a93b0 --- /dev/null +++ b/lib/armv7/libASICamera2.so.1.13.0930 diff --git a/lib/armv8/libASICamera2.a b/lib/armv8/libASICamera2.a Binary files differnew file mode 100644 index 0000000..8279d42 --- /dev/null +++ b/lib/armv8/libASICamera2.a diff --git a/lib/armv8/libASICamera2.so b/lib/armv8/libASICamera2.so new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/armv8/libASICamera2.so @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/armv8/libASICamera2.so.1.13.0930 b/lib/armv8/libASICamera2.so.1.13.0930 Binary files differnew file mode 100755 index 0000000..cd28d1a --- /dev/null +++ b/lib/armv8/libASICamera2.so.1.13.0930 diff --git a/lib/asi.rules b/lib/asi.rules new file mode 100755 index 0000000..579503b --- /dev/null +++ b/lib/asi.rules @@ -0,0 +1,3 @@ +ACTION=="add", ATTR{idVendor}=="03c3", RUN+="/bin/sh -c '/bin/echo 200 >/sys/module/usbcore/parameters/usbfs_memory_mb'" +# All ASI Cameras and filter wheels +SUBSYSTEMS=="usb", ATTR{idVendor}=="03c3", MODE="0666" diff --git a/lib/mac/libASICamera2.a b/lib/mac/libASICamera2.a Binary files differnew file mode 100644 index 0000000..45e81a8 --- /dev/null +++ b/lib/mac/libASICamera2.a diff --git a/lib/mac/libASICamera2.dylib b/lib/mac/libASICamera2.dylib new file mode 120000 index 0000000..8c31f99 --- /dev/null +++ b/lib/mac/libASICamera2.dylib @@ -0,0 +1 @@ +libASICamera2.dylib.1.13.0930
\ No newline at end of file diff --git a/lib/mac/libASICamera2.dylib.1.13.0930 b/lib/mac/libASICamera2.dylib.1.13.0930 Binary files differnew file mode 100755 index 0000000..3516d53 --- /dev/null +++ b/lib/mac/libASICamera2.dylib.1.13.0930 diff --git a/lib/x64/libASICamera2.a b/lib/x64/libASICamera2.a Binary files differnew file mode 100644 index 0000000..2a36a9b --- /dev/null +++ b/lib/x64/libASICamera2.a diff --git a/lib/x64/libASICamera2.so b/lib/x64/libASICamera2.so Binary files differnew file mode 100755 index 0000000..4a3a7c9 --- /dev/null +++ b/lib/x64/libASICamera2.so diff --git a/lib/x64/libASICamera2.sobut_actually_a_symlink b/lib/x64/libASICamera2.sobut_actually_a_symlink new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/x64/libASICamera2.sobut_actually_a_symlink @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/x86/libASICamera2.a b/lib/x86/libASICamera2.a Binary files differnew file mode 100644 index 0000000..95f4753 --- /dev/null +++ b/lib/x86/libASICamera2.a diff --git a/lib/x86/libASICamera2.so b/lib/x86/libASICamera2.so new file mode 120000 index 0000000..7484397 --- /dev/null +++ b/lib/x86/libASICamera2.so @@ -0,0 +1 @@ +libASICamera2.so.1.13.0930
\ No newline at end of file diff --git a/lib/x86/libASICamera2.so.1.13.0930 b/lib/x86/libASICamera2.so.1.13.0930 Binary files differnew file mode 100755 index 0000000..9338ca6 --- /dev/null +++ b/lib/x86/libASICamera2.so.1.13.0930 |