cosmac / LePi

LePi is a lightweight library for FLIR Lepton (2, 2.5 and 3) and Raspberry pi.
MIT License
27 stars 10 forks source link

run without sudo #8

Open ajal-fh opened 5 years ago

ajal-fh commented 5 years ago

Is there anyway to run the app without sudo? I would like to use this library to write a ros package and I need to run the code without sudo. I already tried adding "pi" to usergroup "i2c" and "gpio" but doesn't help

cosmac commented 4 years ago

Based on the information I have collected, it seems quite impossible to achieve that with the current implementation.

However, this library for GPIO access looks promising. But, it requires to refactor the leptonSDK lib from current repo.