Hi, I will soon start on a project where I will use a RPi B+. I have never programmed a RPi before so I just wanted to ask for some advice.
My part of the project is to make a GUI on a laptop that shows videostream from the RPi camera module. From this GUI I need to control the GPIO on the RPi (motors will be connected to the GPIOs). The communication between the laptop running the client program and the RPi will be through an ethernet cable (without Internet access).
A rough explanation is: from a laptop I want to control the GPIO when I press buttons on my keyboard, the RPi will send data from sensors and videostream from a camera back to the laptop. They will communicate with an ethernet cable without access to the Internet.
I have programming experience with Delphi and thought about using this on the laptop for the GUI and using sockets (Indy) to connect the laptop and RPi. As I said before, I have never worked with a RPi and don't know if this is a good way to go. What programming language should I use on the RPi?
Thanks