Skip to content

Instantly share code, notes, and snippets.

@xiaodong2077
Created October 11, 2023 03:11
Show Gist options
  • Save xiaodong2077/5759a55a30615e86bb5d4238981535e9 to your computer and use it in GitHub Desktop.
Save xiaodong2077/5759a55a30615e86bb5d4238981535e9 to your computer and use it in GitHub Desktop.
access instal360 X3
# please move this file to /etc/udev/rules.d
# then reload rules : sudo udevadm control --reload-rules
# if you already plug-in camera, remove it and re-plug-in
# Allow {OWNER} to access Insta360 X3 USB device
SUBSYSTEM=="usb", ATTR{idVendor}=="2e1a", ATTR{idProduct}=="0002", MODE="0666", OWNER="xiaodong"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment