mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #24] android build #19
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sam-cts on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/24
Hi there,
I am interested to build this application for android device, I saw you do have android support, however I am having trouble to build it. Can you please kindly share the build steps for the android build?
Thanks.
@gen2brain commented on GitHub (Jan 19, 2021):
Hi, you have an example here https://github.com/gen2brain/cam2ip/blob/master/make.bash#L106, you need to install the Android toolchain first. You also must have rooted devices so you can start it from the shell.
It is still a work in progress, it uses
camera2API but I don't get a callback on my current phone so I can not test it. Btw. there is a was also to build opencv2 version and use it for the native camera on Android, but up to version 4.0 I think, so only for very old devices.@sam-cts commented on GitHub (Jan 20, 2021):
@gen2brain thank you very much, I got it to build and running on rooted device now. However it is not able to retrieve frame from camera. does it require some camera permission setting?
@gen2brain commented on GitHub (Jan 20, 2021):
Check what your camera supports, there are apps like this one https://play.google.com/store/apps/details?id=com.airbeat.device.inspector, and as I said, it is still WIP and not tested.