zafersn / WiFi-RC-Controller-With-Camera

This Repo allows you to take live image from raspberry and control your motors.(In short, it allows you to build and control hobby vehicles.)
29 stars 9 forks source link

How to create my own application. #21

Closed azimsyafiq closed 6 years ago

azimsyafiq commented 6 years ago

Is it easy to make my own android application? I have a school project and need to make my own application. But I'm new to this. I know there is no way you are going to give the source code for free. So how do I make one

zafersn commented 6 years ago

hi @azimsyafiq. If you have some experience with android it is very simple to do a similar control application, but the image transfer part can be a little challenging. I used the gstreamer libraries and guidelines for video streaming.

azimsyafiq commented 6 years ago

I am a beginner to this. So it might be challenging for me. So I need to learn how to make the GUI, and image transfer right? Is that all or is there other things. I have no experience with android development, sorry.

zafersn commented 6 years ago

It can be a bit difficult if you do not have experience in the android development process. In this case, let's start step by step. first move the vehicle's motors without image transmission. To do this, you need to search the UDP / IP protocol on the android and communicate with RaspBerry via Android UDP / IP protocol. Here are the source codes for raspberry pi.

azimsyafiq commented 6 years ago

How to move it then since no android application? Or do i need to make one from android studio

zafersn commented 6 years ago

it would be better to start by finding a source code example on the internet on the android studio and working on it.

azimsyafiq commented 6 years ago

Yes, I am searching for that. Thanks for responding to my newbie questions.