-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 13 #88
Comments
akvcam is for GNU/Linux, not Android. I doubt that, even if you can compile and somehow install it in Android, you will make it work in there. For creating a virtual camera in Android, as I understand, you must implement it using the HAL API, but I did not tried it yet. |
Actually akvcam works with android emulator. |
Yes, the virtual camera works in the emulator, because the emulator emulate a real camera, but the module does not (or may not) work in the Android operating system it self. Your confusing the emulated hardware with the operating system which are not the same. Then you must install it in the device, don't ask me how because I never did that and don't have any idea how to do it. |
Hello,
You're right about the emulator. Btw,you tried akvcam with waydroid? |
Exactly, take into account that Android isn't a like a normal GNU/Linux distro, Android just use Linux for the resources management and that's all, beside that, Google implements everything on their own.
Nope, didn't know about that project, will check when I have some time. |
Hello, Regarding Waydroid, it doesn't seem to work though i made some progress as follows.
When i list cameras i got Android emulator output Although i'm using same akvcam config, |
Would that also affect normal builds or its a safe option?
Let's clarify this, you are running those commands from the host system (your PC), not inside Android itself, right?
Again, never used Waydroid so I can't help much there. |
It's just to bypass the android cross-compilation error, it's not needed for normal builds.
I surely wanted to compile akvcam module to use inside Android.
Now, i'm trying to make it work with Waydroid.
Output is :
It means that it's working however i dunno why it's identified as an external camera with 3280x2464 resolution. I'm using the exmaple config fle from wiki which contain 640x480 resolution. only. |
Hello,
I'm unable to cross-compile akvcam for Android 13.
ERROR: modpost: module akvcam uses symbol kernel_read from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
ERROR: modpost: module akvcam uses symbol filp_open from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
Can you help?
The text was updated successfully, but these errors were encountered: