I'm about to start working on RC car controlled via iOS device using Yún Arduino inside the car. Also a webcam will be connected to the car and the iOS device will show the live video gotten from this cam
Can you help me to complete this project quickly?
Set up Webcam:
http://forum.arduino.cc/index.php?topic=188690.30
View it via CamView:
CamView is an App to show Motion JPEG (MJPEG) streams from a network camera on your iPhone/iPod touch.
Please check the manual of your network camera if it supports MJPEG.
https://itunes.apple.com/us/app/camview/id405755168?mt=8
If you run mjpg_streamer on the Yun (Linux side) you can watch the video without an app, just use Safari. This works quite simply locally as http://arduino.local:8080. You can also connect to it remotely but you need the IP address (via dyndns.org or similar) and to poke a hole through the router to get to it.
Also, I discovered today that the official iOS VLC (videolan) streams my Yun connected camera just fine.
roadfun:
Also, I discovered today that the official iOS VLC (videolan) streams my Yun connected camera just fine.
Just installed, I thought VLC is used require Jail break and missing from Apple store. Many thanks for share.