Linux /etc/udev/rules.d file for USB2 Rev E Shield

1.Which seller did you purchase the product(s) from?

2.The Model number of the product(s) you have purchased?
USB2 Rev E Shield
3.Which Platform are you using the product(s) on?
Ubuntu 20.04
4.Which instruction are you following?

5.Has your product ever worked properly?
The USB2 Rev E Shield is working properly
6.What problems are you experiencing?
Can you provide a Linux /etc/udev/rules.d file for USB2 Rev E Shield?
I can compile and run the External_trigger_demo but running requires sudo.
Is there a udev file you can provide such that sudo is not required for running.

Thanks, Marc
7.What attempts at troubleshooting have you already made?
Web Search
8.How would you like us to help you?
Answer the question in the “What problems” section

Hi there,

create /etc/udev/rules.d/arducam.rules

and fill with this:

SUBSYSTEM==“usb”, ATTRS{idVendor}==“52cb”, MODE=“0666”
SUBSYSTEM==“usb”, ATTRS{idVendor}==“04b4”, MODE=“0666”