

How can I run opencv through linux terminal
Recently, I wrote a program using **opencv** that:
1. Opens the camera
2. Takes 150 pictures of a chessboard pattern, and
3. Plots all 150 points in a scatter plot
Each point represents the location of the bottom right corner of the chessboard relative to the camera.
However, I did all of this using **VS Code**, including running the program. I am currently using a **Linux** computer.
Is there a way for me to run this program using Linux terminal? If yes, how could I do this?
I don't really know what to try and I googled this but couldn't find any useful information.