I have my code running using Pi-cam. While running if I press Ctrl-z, to stop the program .
However when I restart the code, it gives error that Pi-cam resource is not free.
How to run code so that whenever I run code, first its resource is freed.
I have my code running using Pi-cam. While running if I press Ctrl-z, to stop the program .
However when I restart the code, it gives error that Pi-cam resource is not free.
How to run code so that whenever I run code, first its resource is freed.
I've no idea about the camera and its software, but typically Ctrl-Z is _not_ what you want to do.
Ctrl-C is what you want to do.
I've no idea about the camera and its software, but typically Ctrl-Z is _not_ what you want to do.
Ctrl-C is what you want to do.