Skip to content

UVC Camera / Usb Camera custom

F-Droid

Open source

App for using a video camera over usb from userspace.

Version
2.2.4
Size
5.2 MB
Updated
Dec 23, 2023
Get from Download APK (v2.2.4)
Signing certificate on record

About this app

Android-UVC-Camera

The app connects to a usb camera from your Android Device. (OTG cabel or OTG Hub needed)

This Project was built to perform an Isochronous Video Stream for all Android Devices (Above 4.1 Ice Cream Sandwich)(Mediathek Devices too) with UVC Cameras. The program uses your userspacr usb device driver to perform an isochronous transfer with your camera device.

Follow this way to set up your own userspace device driver:

First you have to set up all camera settings for your device. The program then saves the values and you can restore them later or overwrite them with other values. Use the "Edit/Save/Restore" Button to adjust the values. Use the automatic camera serarch to find and set up the camera. Explaination:

When the automatic search succeeds, you first set up the MAXIMAL PACKET SIZE. If your device is a mediathek device, you may have to lower the value for the max packet size. The Value PACKETS PER REQUEST defines the Number of the Packets sended to the device: One packet has a size of 3000 bytes and you use 16 packets at one time for sending. Here you define the amount of Bytes which were sent. Next thing are the USB REQUEST BLOCKS (activeUrb): These are in relation to the max packet size. You have to find here the right values for your device and control the output on the screen under the menupoint "Isoread". Some typically values for Qualcom Devices are: 8 for the activeUrbs and 16 Packets per Request.... The first thing of the method Isoread is a Controltransfer to the camera device:

If the controlltransfer is successful, than you are ready to go.

Next take a look at the frames.

When you receive identically and long frames, you can proceed to the method Isostream, where the frames were displayed on your screen.

To know how big be a Frame should be, you can look at the output of the controll transfer of the camera in the log: maxVideoFrameSize, This value is returned from the camera and should be the valid frame size (The value is calculated by Imagewidth x Imagehight x 2).

The IsochronousRead1 class shows you how the frames are structered by the camera. Different camerasetting == Different Frame structers. Try it out with different setting and look at the output. The eof hint shows the framesize in the log. For valid camera settings the size should be the same as maxFrameSize value of the controlltransfer.

Output method Isoread: (Controltransfer) Thirst the program will send a controlltransfer to your camera device. The output of it looks as following: Initial streaming parms: hint=0x0 format=1 frame=1 frameInterval=2000000 keyFrameRate=0 pFrameRate=0 compQuality=0 compWindowSize=0 delay=0 maxVideoFrameSize=0 maxPayloadTransferSize=0 Probed streaming parms: hint=0x0 format=1 frame=1 frameInterval=2000000 keyFrameRate=0 pFrameRate=0 compQuality=0 compWindowSize=0 delay=0 maxVideoFrameSize=614400 maxPayloadTransferSize=3000 Final streaming parms: hint=0x0 format=1 frame=1 frameInterval=2000000 keyFrameRate=0 pFrameRate=0 compQuality=0 compWindowSize=0 delay=0 maxVideoFrameSize=614400 maxPayloadTransferSize=3000 The first line are the values you set in the program, to connect the camera. (Initial streaming parms}

The secound line are the values from the camera, which the camera returned from your values.

And in the third line are the new saved and final values from the usb camera.

Outpuf from the first Method: isoRead:

EOF frameLen=10436. --> For Example here a frame ends with a length of 10436 wich is not 614400 as we expected from the controltransfer, so you may have to change some values of you program to get a valid frame size.

Licensed under LGPL-2.1-only, by Peter Stoiber.

OfficialSignature VerifiedOpen Source

What's New in v2.2.4

Imported from the F-Droid repository index.

Version history

v2.2.4Latest
Signature continuous

Dec 23, 2023 · 5.2 MB · Android API 1533 · code 124

Imported from the F-Droid repository index.

READ_MEDIA_*WRITE_EXTERNAL_STORAGESTORAGEREAD_EXTERNAL_STORAGEUSB_PERMISSIONCAMERAMODIFY_AUDIO_SETTINGSRECORD_AUDIO

SHA-256 bb470f4c52f0cb980f5edc6f66cb8f96e1e0d0710116ad6fec76076bbe4e3655

Will it run on your device?

CompatibilityVery likely to run

87%

  • Runs on a broad range of modern Android versions.
  • Multiple CPU architectures are covered.
What changed in this release
Size delta
0 MB
Added permissions
READ_MEDIA_*, WRITE_EXTERNAL_STORAGE, STORAGE, READ_EXTERNAL_STORAGE, USB_PERMISSION, CAMERA, MODIFY_AUDIO_SETTINGS, RECORD_AUDIO
Removed permissions
None

Installation Guide

1

Open Settings on your Android device

2

Go to Security → Unknown sources (or Install unknown apps)

3

Enable "Allow from this source" for your browser or file manager

4

Open the downloaded APK file from your Downloads folder

5

Tap "Install" and wait for installation to complete

6

Launch the app from your home screen

Make sure to re-enable Unknown Sources restrictions after installation for security.

How to install this safely

How to verify the file you downloaded

Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.

What the signing certificate proves

Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be humer.uvc_camera is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.

How to roll back to an earlier version

No earlier build is on record for UVC Camera / Usb Camera custom, so there is nothing to roll back to yet. When a second version is published, this section will explain how to move between them safely.

Why we list sources instead of hosting everything

The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of UVC Camera / Usb Camera custom, and a listing is removed when the evidence for it stops holding up.

Get UVC Camera / Usb Camera custom

Every source we list for humer.uvc_camera is legality-reviewed. Pirated or cracked builds are never offered.

Other sources

F-Droid listing

official

F-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.

Source code

verified publisher

The upstream repository this build is compiled from.

We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.

App Information

Developer
F-Droid
Category
Photography
Android
API 15+
Architectures
arm64-v8a, armeabi, armeabi-v7a, mips, mips64, x86, x86_64
Version
2.2.4 (code 124)
Size
5.2 MB
Updated
Dec 23, 2023
Package name
humer.uvc_camera

Security Verification

File integrity
SHA-256 recorded
Signing certificate
Fingerprint on record
Official source
Download APK (v2.2.4)

We record provenance; we do not run malware scans. Verify the hash yourself before installing.

SHA-256 Hash

bb470f4c52f0cb980f5edc6f66cb8f96e1e0d0710116ad6fec76076bbe4e3655

Signing certificate

1b099c0f482fbd6cd80a83b45804a3cb2eb0e345bf24fee14e7c366d3bd220e5

Permissions Required

What each permission lets UVC Camera / Usb Camera custom do. A highlighted one is worth a second look — not necessarily wrong, just worth asking whether this app needs it.

READ_MEDIA_*
WRITE_EXTERNAL_STORAGEWrite files to shared storage.
STORAGE
READ_EXTERNAL_STORAGERead files in shared storage.
USB_PERMISSION
CAMERAUse the camera to take photos or video.
MODIFY_AUDIO_SETTINGSChange volume and audio routing.
RECORD_AUDIORecord audio with the microphone.

Previous Versions

No earlier build is on record — this is the first release we have listed.

Signature verified

The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.

More Photography apps

More from F-Droid

Report a problem with this listing

A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.

Report a problem