Task
Make a rust app that takes pictures from two camera modules (ids specified in the environment variables) and a shell script that specifies the cameras and copies the photos back.
Attept 0
I've tried compiling for armv7-linux-androideabi. It won't let me without rustup, which I don't want to install as I'm trying to stick to pure nix.
Redefinition
See trk, but I now want this to run in a browser to make the setup easier. Started working with the mediaDevices API, will update this when I'm done with it