UDP Camera Android

UDP Camera

Real-time camera streaming via UDP. Customizable packet format.

Características y capacidades

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

Crecimiento de usuarios y estadísticas de descarga

App
Por:
HARDCODED JOY S.R.L.
Descargas:
412 4
Versión:
1.0.3 Última actualización: 2025-08-07
Código de versión:
4
Fecha de creación:
2025-01-21
País de editor:
RO RO
Permisos:
  • android.permission.CAMERA Very high risk
  • android.permission.FOREGROUND_SERVICE_CAMERA High risk
  • com.google.android.gms.permission.AD_ID Moderate risk
  • android.permission.FOREGROUND_SERVICE Low risk
  • android.permission.INTERNET Low risk
  • android.permission.POST_NOTIFICATIONS Low risk
  • com.android.vending.BILLING Low risk
  • com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE Low risk
  • android.permission.ACCESS_NETWORK_STATE Safe
  • com.android.vending.CHECK_LICENSE Safe
Tamaño:
2.40MB
Correo electrónico:
su*****@hardcodedjoy.com
URLs:
Sitio web ,Política de privacidad
Descripción completa:
Ver descripción detallada
Fuente:
Google Play Store
Datos ingeridos el:
2026-06-21
Comparar estadísticas y clasificación:

Clasificación

Contacta con el desarrollador

Chrome-Stats no es propietario de este aplicación de Android. Utilice esta información a continuación para ponerse en contacto con el desarrollador de aplicación de Android.
Desarrollado por:
HARDCODED JOY S.R.L.
Google Play Store
https://play.google.com/store/apps/details?id=com.hardcodedjoy.udpcamera
Correo electrónico:
su*****@hardcodedjoy.com
Sitio web:
https://hardcodedjoy.com

Mejores alternativas UDP Camera

Aquí hay algunas Android apps que son similares a UDP Camera: