UDP Camera Apk
Apk Infos
Version | 1.0.2 |
Rating | 5.0/5, based on 1 votes |
Size | 1 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | Real-time camera streaming via UDP. Customizable packet format. |
About UDP Camera APK
Table Of Contents
Description
UDP Camera gets the frames from the device's camera and sends the images via User Datagram Protocol (UDP). It is intended to be used in local WiFi. For it to stream via the Internet, the destination IP address must be public and the UDP port must be open.This app is intended to be used by:
• computer vision researchers
• robotics students
• tech enthusiasts
• anyone that finds it useful
This app is NOT intended and will probably NOT work for
• live streaming to YouTube
• live streaming to Facebook
• etc.
They require special protocol.
By default, each UDP packet will contain just the bytes of a JPEG file, that is one image from camera.
Packet format can be configured by the user, and can contain:
• Text Strings
• HEX byte values
• Image width (as String / uint8 / uint16 / uint32)
• Image height (as String / uint8 / uint16 / uint32)
• Image data length (as String / uint8 / uint16 / uint32)
• Image data (bytes of the image file)
Image width, height and data length can be sent as:
• String
• uint8
• uint16
• uint32
Image data can be:
• JPEG data
• PNG data
• RGB_888
• GRAY_8 (grayscale, 8 bits per pixel)
• GRAY_4 (grayscale, 4 bits per pixel)
• GRAY_2 (grayscale, 2 bits per pixel)
• GRAY_1 (grayscale, 1 bit per pixel)
Streaming to RoboRemo:
Packet Format
• Text "img " (notice the ending space character)
• Image data length (as String)
• Text "\n"
• Image data (JPEG)
UDP Settings:
• Destination address = IP address of the phone running RoboRemo
• UDP port = UDP port set in RoboRemo
RoboRemo app:
https://play.google.com/store/apps/details?id=com.hardcodedjoy.roboremo&referrer=utm_source%3Dgp_udpcamera
Streaming to UDP Display:
Packet Format
• Image data (JPEG)
UDP Settings:
• Destination address = IP address of the phone running UDP Display
• UDP port = UDP port set in UDP Display
UDP Display app:
https://play.google.com/store/apps/details?id=com.hardcodedjoy.udpdisplay&referrer=utm_source%3Dgp_udpcamera
Latest updates
What's new in version 1.0.2
• fixed some bugs• improved performance: lower latency
How to install UDP Camera APK on Android phone or tablet?
Download UDP Camera APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.hardcodedjoy.udpcamera-v1.0.2-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.0.2 (1) | 1 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required