Is there any easy way to just copy it and get the source code ?
Because I think it is perfect for my project and I need to adjust it to holonomic mechanics like this.
And to code a PHP queue system to it.
So I will not use a copy of the RoboCam but will adjust it for my own project.
I have been in contact with the developer Alex ,
proghouse dot ru
and he have given me information how he build it with LEGO developer kits and he even made websites on how he code it on his website.
EV3 Firmware Developer Kit -
LEGO MINDSTORMS EV3 Communication Developer Kit -
I used these manuals 1 and 2 for RoboCam.
Also you can read my article using google translate that describes how to make your own app that uses the original EV3 firmware -
But he do not want to give, or sell me the source code.
So is there a fast, easy way to get the RoboCam source code ?
There is much code to get from the RoboCam app when you see the source code in a browser.
2. Is it much work to build a copy with code from browsing RoboCam code?
Regarding #1 No. The source code belongs to Alex. Please respect that. Do not make any attempt to decompile his apk. It appears Alex has been generous in providing you with information that should allow you to build a similar Project.
Regarding #2You can build something similar Magnus by coding your own app. The tools are available in App Inventor 2. Here are a list of Forum discussions that talk about using LEGO Redirecting to Google Groups . The articles should help you build what you need.
Start building your own version. When you run into issues, please feel free to ask about how to solve them. The Forum is here to help you build YOUR APP.
A listing of other LEGO EV projects is here app inventor lego ev - Google Search There may be some code in these discussions that is published and copy that you might be able to adapt to your purposes.
We want you to have fun with App Inventor. Here are some resources to help you learn to use the AI2 tools A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There are many such LEGO apps so it can not be any special code.
And I just want something that work and look similary to code it as I want it.
I just dont want to put hours and weeks when there probably is something similary in open source that I can use.
If anybody know if there is a RoboCam app in open source please let me know.
So first.
How do I get an android phone to start to stream video to a webpage and give me a IP adress to the webpage, like in the RoboCam app?
Is there any code for me to use?
Using App Inventor alone, you probably cannot stream ip video; you will need a crutch like using a micro-controller to do the actual streaming as a guess. In the absence of posts from robot enthusiasts (be patient, someone might post) the following might be helpful:
See the 11/17/19 post, it appears to be a potential solution to do what you might want MagI Redirecting to Google Groups Communication is via an Arduino microcontroller using an esp32cam. An alternative would be use a Pixy cam
Neither solution is easy and I expect would require a lot of experimentation.
What you need to do as far as controlling the movement of the LEGO is probably discussed here so part of what you want to do is not difficult and code is available.
I now got a answer from the developer of RoboCam.
He wrote.
…
I sell source code for $ 11,000 + 1% of the profit in projects that use the RoboCam source code or the RoboCam application.
…
I do not have that kind of money.
Is the price right?
Why you don’t look at the logic about how it works and code in App Inventor from scratch? So you will have your own app and you won’t do anything illegal.
Is anybody doing any project with no base code structures?
This spydroid-ipcamera must have all the base code needed and then its just to adjust it to what I need.