arcore-android-sdk
termux-packages
arcore-android-sdk | termux-packages | |
---|---|---|
17 | 332 | |
4,952 | 12,971 | |
0.6% | 1.3% | |
4.4 | 10.0 | |
29 days ago | 1 day ago | |
C++ | Shell | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arcore-android-sdk
-
App to get height of object.
I don't know houw you would do it on ios but you should be able to do it on android if the phone supports it with.this library from google: https://developers.google.com/ar
- How can I start to build an App that will take old buildings images and show me how they might be looking when they were new?
-
I'm pretty sure this is possible, and would appreciate confirmation/direction.
once that is done, you need to download the apk for the ARCore, wget https://github.com/google-ar/arcore-android-sdk/releases/download/sdk-preview2/arcore-preview2.apk
- Developer using Google's AR libraries finds out project is no longer GPL-compat
-
Question
Clone this repo and open Android Studio on the hello_ar directory. https://github.com/google-ar/arcore-android-sdk/tree/master/samples/hello_ar_kotlin
-
Master thesis help - AR
I haven’t developed AR in Unity, but scanning a marker with ARCore (native android) is actually very easy. Here’s some samples: https://github.com/google-ar/arcore-android-sdk/tree/master/samples
-
ARcore not working on poco f1
Found a fix. I found out v1.27.0 is the latest working version. I downloaded it from github
-
Tracking of an exact point of an object
If you have any control on the choice of the source/webcam, I'd recommend using a camera that can sense depth from the start (lidar cameras, like Intel RealSense if you are building something like a commercial robot; or a consumer device with lidar capabilities like iPad Pros since 2020, because they come with SDKs to do what you want from the start. E.g. https://developer.apple.com/augmented-reality/arkit/ or https://developers.google.com/ar/ or android devices). The problem is that without first-hand depth information, you need some way to guess that: you can train vision models to estimate coarse depth (e.g. https://openaccess.thecvf.com/content_CVPRW_2019/papers/Deep%20Vision%20Workshop/Ren_Deep_Robust_Single_Image_Depth_Estimation_Neural_Network_Using_Scene_CVPRW_2019_paper.pdf) but I am not sure if they are "exact" enough for your use case.
-
Is it possible to run an AR application on a raspberry pi 4 Model B
You guys are right that Unity doesn't support building for arm64 Linux. It looks like the op could potentially install Android on the Raspberry Pi, which may allow them to run Android APKs built with Unity. However, AR Core is needed in order for Unity's AR functionality to work, and I suspect it would take additional work to get AR Core working on the Pi with an external camera and gyroscope.
-
Is Arcore required to build ar apps with unity?
If the phone doesn't support ARCore, then you would have to implement all of the world / surface detection yourself inside your application code, which is very difficult problem to solve.
termux-packages
-
Racket/rhombus: "We're now officially in the "integration" phase for Rhombus."
No, but yes.
https://github.com/termux/termux-packages/blob/master/packag...
I just installed the package called `racket` from Termux's upstream, and it seems that they're using racket-minimal for that. But of a gotcha, but at least it doesn't seem like there's a bug.
-
Ask HN: Am I crazy or is Android development awful?
containers/podman > [Feature]: Android support:
> There are docker and containerd in termux-packages. https://github.com/termux/termux-packages/tree/master/root-p...
But Android 13+ supports rootless pKVM VMs, which podman-machine should be able to run containers in; but only APK-installed binaries are blessed with the necessary extended filesystem attributes to exec on Android 4.4+ with SELinux in enforcing mode.
- Android pKVM: https://source.android.com/docs/core/virtualization/architec... :
> qemu + pKVM + podman-machine: https://github.com/containers/podman/discussions/17717 :
> The protected kernel-based virtual machine (pKVM) is built upon the Linux KVM hypervisor, which has been extended with the ability to restrict access to the payloads running in guest virtual machines marked ‘protected’ at the time of creation.
> KVM/arm64 supports different execution modes depending on the availability of certain CPU features, namely, the Virtualization Host Extensions (VHE) (ARMv8.1 and later).
- "Android 13 virtualization lets [Pixel >= 6] run Windows 11, Linux distributions" (2022)
- Lindroid
-
Psion 5mx Emulator
Not from PlayStore, but apparently everyone has English reading comprehension problems and wants to write a comment anyway.
https://github.com/termux/termux-packages/wiki/Termux-and-An...
-
Usbredir: A protocol for sending USB device traffic over a network connection
usbredirect, USB drives/disks, Termux, termux-usb, QEMU, and Alpine Linux in action in April 2024 on an Android 11 phone that is not rooted --> Update-6, Update-7, Update-8, Update-9, Update-10 at https://github.com/termux/termux-packages/issues/19635
"USB Network Redirection protocol description version 0.7 (19 May 2014)": https://gitlab.freedesktop.org/spice/usbredir/-/blob/main/do... (gitlab.freedesktop.org/spice/usbredir/-/blob/main/docs/usb-redirection-protocol.md)
"How to use Spice "Open remote computing"" Hans de Goede "@ T-DOSE 2011, Eindhoven": https://www.youtube.com/watch?v=e1fC3GOTHOY (www.youtube.com/watch?v=e1fC3GOTHOY)
-
"Is it Worth Rooting your Phone in 2023?"
Phone (not rooted) running Android 11 and Termux doing superuser/root operations on a USB flash drive connected to the phone, for example "cryptsetup luksFormat /dev/sda1" and "mkfs.ext4 /dev/mapper/v1" --> Update-6 through Update-8 and "Connecting a USB device to QEMU using termux, termux-usb, usbredirect" at https://github.com/termux/termux-packages/issues/19635 (see also Update-9, Update-10, Update-11).
-
Security of an encrypted partition in a flash drive
Done on a phone that is not rooted running Termux, termux-usb, usbredirect, and QEMU --> "cryptsetup luksFormat /dev/sda1" and "cryptsetup luksOpen /dev/sda1 v1" and "mkfs.ext4 /dev/mapper/v1" and "mount /dev/mapper/v1 /root/1" where "/dev/sda1" is a partition on a USB flash drive ("dev/sda") plugged in the phone: https://github.com/termux/termux-packages/issues/19635 (github.com/termux/termux-packages/issues/19635'cryptsetup)
- "Connecting a USB device to QEMU using termux, termux-USB, usbredirect"
-
PinePhone review after a month of daily driving
Yes. Even without enabling root, you can install Termux[1] and have a full Linux cli environment with ssh.
> don't understand not more people want to access their DCIM folder via sshfs
I agree. I sync my camera folder with Syncthing[1], so as soon as I take a photo it is available on my laptop.
1: https://termux.dev/
-
Termux: Linux Applications on Android
As usual don't forget that Android/Linux isn't GNU/Linux,
https://github.com/termux/termux-packages/wiki/Termux-and-An...
https://developer.android.com/ndk/guides/stable_apis
https://android.googlesource.com/platform/bionic/+/master/an...
What are some alternatives?
arcore-patch - Attempt to get ARCore Preview 2 running on unsupported devices
nix-on-droid - Nix-enabled environment for your Android device.
tech-tuesday-tutorials - A repository for tutorials I have made in my Tech Tuesday series. I introduce a new topic on my Instagram every Tuesday.
UserLAnd - Main UserLAnd Repository
radare2 - UNIX-like reverse engineering framework and command-line toolset
Code-Server - VS Code in the browser
Visual Studio Code - Visual Studio Code
xmrig - Monero (rx/0, rx/wow, rx/loki, defyx, rx/arq, rx/sfx, rx/keva, cn/0, cn/1, cn/2, cn/r, cn/fast, cn/half, cn/xao, cn/rto, cn/rwz, cn/zls, cn/double, cn/gpu, cn-lite/0, cn-lite/1, cn-heavy/0, cn-heavy/tube, cn-heavy/xhv, cn-pico, cn-pico/tlo, argon2/chukwa, argon2/wrkz, astrobwt) CPU/GPU miner
plexus - Remove the fear of Android app compatibility on de-Googled devices.
chromium - The official GitHub mirror of the Chromium source
AllHackingTools - All-in-One Hacking Tools For Hackers! And more hacking tools! For termux.
android-tools - Android tools built for Android devices.