arcore-android-sdk
radare2
arcore-android-sdk | radare2 | |
---|---|---|
17 | 9 | |
4,947 | 20,309 | |
0.5% | 1.0% | |
4.4 | 9.9 | |
25 days ago | about 18 hours ago | |
C++ | C | |
GNU General Public License v3.0 or later | GNU Lesser General Public License v3.0 only |
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.
radare2
-
I'm pretty sure this is possible, and would appreciate confirmation/direction.
https://github.com/radareorg/radare2 (You can git clone it, then run the install script)
- Introducing YaRadare - YARA scanning for cloud-native apps (containers)
- Radare2 - UNIX-like reverse engineering framework and command-line toolset
-
reverse engineering/de-compiling (with radare2/r2)
Has any one had an luck reverse engineering Pebble binaries? Whilst I've had success editing js code in existing applications I've not had any luck with C code. This is not an area I have a lot of experience but it looks like the disassembly support in radare2 might not be complete. I've opened a ticket https://github.com/radareorg/radare2/issues/20002 but thought it worth posting here to see what experiences people had.
-
An lsblk like command for OpenBSD
Thanks this is helpful but I think this is just for programs integrated into the OpenBSD os. openbsd_lsblk is a standalone. I think their coding style is similar to the Linux Kernel coding style . but I contribute to project called radare2 (coding style) so I am used to programming their way (except for the space before () in functions that is quite annoying).
- rabin2 for scraping ELF to JSON
-
That took a wild turn
True story: there is a project called Radare2 (or r2) which recently has been forked as Rizin. The reasons for the fork were many, but one of the things they changed was renaming occurrences in code of words like "anal", "sex", etc.
-
[Task] Explain C source code
I need you to go through an open source project (https://github.com/radareorg/radare2). I need you to go through this file(https://github.com/radareorg/radare2/blob/master/libr/core/cmd_anal.c) and tell me what the code does. I am a bit rusty reading C source code, hence seeking help. Specifically, I need help understanding the following cases:
-
Need help interpreting this C function.
Defined here:
What are some alternatives?
arcore-patch - Attempt to get ARCore Preview 2 running on unsupported devices
rizin - UNIX-like reverse engineering framework and command-line toolset.
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.
Il2CppInspector - Powerful automated tool for reverse engineering Unity IL2CPP binaries
Visual Studio Code - Visual Studio Code
flare-vm - A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
plexus - Remove the fear of Android app compatibility on de-Googled devices.
capstone - Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. [Moved to: https://github.com/capstone-engine/capstone]
termux-packages - A package build system for Termux.
ret-sync - ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
zydis - Fast and lightweight x86/x86-64 disassembler and code generation library
Detect-It-Easy - Program for determining types of files for Windows, Linux and MacOS.