Python kivy android camera

Доступ к Android-камере через Kivy

пожалуйста, я ищу работу, чтобы получить доступ Android Камера через Киви, или библиотека, которую я могу интеграция с kivy для доступа к камере.

Я разрабатываю приложение для Android, но с помощью python-kivy для ИП

все будет действительно оценено,

5 ответов

Kivy имеет некоторую родную поддержку для вызова камеры. Проверьте эта страница из нового руководства по программированию для основного поставщика или эта страница из нового руководства по программированию для виджета uix. Теоретически ядро должно быть способно адаптироваться между платформами, и виджет должен иметь возможность использовать камеру.

вот мой пример кода, который работает на Android. Просто импортируйте этот файл https://github.com/kivy/plyer/blob/master/plyer/platforms/android/camera.py Кроме того, не забудьте добавить разрешения камеры для манифеста.

этой ссылки на диск, где можно найти пользовательскую реализацию. Он основан на автоматической упаковке PyJNIus класса камеры Android API. Я не пробовал, но ты можешь попробовать.

благодаря этому посту я смог решить критическую проблему в мое приложение Спасибо большое, ребята, вот мой код, который я использовал, я надеюсь, что вы, ребята, можете использовать его где-нибудь.

Я сделал экран и использовал функцию камеры plyer

Я также использовал некоторые другие импортные товары для экранов и ярлыки и всплывающие окна и т. д., которые вы можете определенно смотреть в зависимости от ваше требование

поскольку мне было трудно найти ответ, как использовать камеру на android, я подумал, что поделюсь своим путешествием к ответу, чтобы сэкономить время следующего человека.

Я не мог найти способ сделать рабочий класс камеры прямо из киви:

наконец, я нашел решение, опубликованное выше, и, потратив некоторое время на его реализацию в моем приложении, оказалось, что мне невозможно вернуться к приложение после фотосъемки-приложение было прекращено, поэтому я не мог вернуться в приложение, чтобы использовать изображение (я использовал Kivy Launcher). Совсем недавно я узнал, что этот способ доступа к камере был оставлен (https://github.com/kivy/plyer/issues/16#issuecomment-54094174)

но затем я нашел решение ниже, и просто запустив пример кода, похоже, я смогу получить результаты, которые я хочу (просто нужно немного настроить, чтобы не врезаться, когда android камера отменена/фото не было сделано)

изменить: похоже, мое приложение было прекращено, потому что я не реализовал on_pause: return True в верхнем виджете. Тем не менее приведенный выше текст может оказаться полезным

Источник

Accessing Android camera through Kivy

Please i am looking for a work around to get access Android camera through kivy, or a library that i can integrate with kivy in order to access the Camera.

I am developing an application for android but using python-kivy for the UI,

Читайте также:  Как андроид использовать как загрузочную флешку

anything will be really appreciated,

6 Answers 6

Here’s my sample code, that works on Android. Just import that file https://github.com/kivy/plyer/blob/master/plyer/platforms/android/camera.py Also, don’t forget to add CAMERA permissions to manifest.

Kivy has some native support for calling the camera. Check out this page from the new programming guide for a core provider or this page from the new programming guide for a uix widget. In theory, the core should be able to adapt between platforms and the widget should then be able to use the camera.

This links to a discution where a custom implementation can be found. It is based on PyJNIus’s automatic wrapping of the android API’s Camera class. Didn’t try myself but you can give it a try.

thanks to this post i was able to solve a critical problem in my app thanks a lot guys here is my code that i used i hope that you guys can use it somewhere.

I made a screen and used the plyer camera function

i also used some other imports for the screens and the labels and popups etc which you can definatly look into depending upon your requirment

As it was hard for me to find the answer how to use camera on android I thought I’ll share my journey to the answer to save next person’s time.

I couldn’t find the way to make work Camera class straight from Kivy:

finally I found the solution posted above, and after wasting some time implementing it in my app it turned out it was impossible for me to return to the app after photo being taken — the app was terminated, so I couldn’t go back to the app to make use of the picture (I was using Kivy Launcher). Just recently I found out this way of accessing Camera was abandoned (https://github.com/kivy/plyer/issues/16#issuecomment-54094174 )

But then I found the solution below and by just running the example code it looks like I will be able to get results I want (it just needs a little tweaking not to crash when android camera is canceled/no photo has been taken)

EDIT: appears my app was terminated because I didn’t implement on_pause: return True in topmost widget. Nevertheless the text above still might be helpful

Источник

How I can use Kivy (Python) camera

I try to use uix.camera widget and show some wideo from my web-camera. I looked into the documentation and try to use this simply code. But it’s just show me a white creen withoud any video (I enabled playing). What I’m doing wrong? Maybe some useful docs\tutorial exist (because from official documentation I understanding a little from many). Thanks for any help.

Читайте также:  Топ лучших игровых движков для андроид

5 Answers 5

You need to specify resolution. In my case, I also needed to specify index=1, that is the second camera plugged in my computer.

It seems like you need to set resolution=[x, y] property besides play=True , because the default one doesn’t work.

The following are the Kivy examples to use camera.

I just faced the same problem and found out that Kivy is very slow when creating widget for usb webcam device. If you have set the index and other parameters properly, maybe just waiting a little longer for Kivy to create the video widget then you could see the webcam view shows in the window, but I am still trying to find out the reason why Kivy takes so long time (about a minute) to create usb webcam widget, hope someone could give some advices about this problem.

I tried using the code as suggested by @Thiago. It didnt work, I suspect its not detecting my USB camera that I have plugged into my Raspberry Pi4.

Following is the code I am using and I also ran a query in the terminal to obtain the camera type that is plugged in (only one plugged in).

Источник

Доступ к камере Android через Kivy

Пожалуйста, я ищу работу, чтобы получить доступ камеры Android через kivy или библиотеку, с которой я могу интегрироваться с kivy, чтобы получить доступ к Camera.

Я разрабатываю приложение для android, но используя python-kivy для пользовательского интерфейса,

что-нибудь будет действительно оценено,

4 ответа

У Kivy есть встроенная поддержка для вызова камеры. Проверьте эту страницу из нового руководства по программированию для основного поставщика или эту страницу из нового руководства по программированию для виджета uix. Теоретически, ядро ​​должно быть в состоянии адаптироваться между платформами, а виджет должен иметь возможность использовать камеру.

Вот мой пример кода, который работает на Android. Просто импортируйте этот файл https://github.com/kivy/plyer/blob/master/plyer/platforms/android/camera.py Кроме того, не забудьте добавить разрешения CAMERA для манифеста.

Это указывает на дискуссию, в которой можно найти пользовательскую реализацию. Он основан на автоматической загрузке PyJNIus класса камеры Android Android. Не пробовал себя, но вы можете попробовать.

Как мне было трудно найти ответ, как использовать камеру на Android-телефоне, я подумал, что поделюсь своим ответом на спасение следующего человека.

Я не мог найти способ сделать работу класса Camera прямо из Kivy:

Наконец, я нашел решение выше, и после того, как я потратил некоторое время на его реализацию в своем приложении, оказалось, что мне не удалось вернуться в приложение после того, как сделана фотография — приложение было прекращено, поэтому я не мог пойти обратно в приложение, чтобы использовать картинку (я использовал Kivy Launcher). Совсем недавно я узнал, что этот способ доступа к Camera был оставлен (https://github.com/kivy/plyer/issues/16#issuecomment-54094174)

Читайте также:  Что такое backstack android

Но потом я нашел решение ниже и просто запустил пример кода, он выглядит так, что я смогу получить результаты, которые я хочу (просто нужно немного настроить, чтобы не сбой, когда камера андроида отменена/фотография не была сделана )

EDIT: появляется мое приложение было прекращено, потому что я не реализовал on_pause: return True в верхнем виджетах. Тем не менее, текст, приведенный выше, может быть полезен

Источник

Python kivy android camera

XCamera: Android-optimized camera widget

XCamera is a widget which extends the standard Kivy Camera widget with more functionality. In particular:

it displays a «shoot button», which the user can press to take pictures

on Android, it uses the native APIs to take high-quality pictures, including features such as auto-focus, high resolution, etc.

it includes a method to force landscape mode. On Android, it is often desirable to switch to landscape mode when taking pictures: you can easily do it by calling camera.force_landscape() , and later camera.restore_orientation() to restore the orientation to whatever it was before.

On Android, the resolution property of the XCamera (and also of the plain Camera ) widget controls the preview size: in other words, it only affects the quality of the preview, not the size of the pictures taken.

As it is now, the camera will shoot using the default setting for the picture size, which seems to be what the camera think it is «the best». In theory, we could add a method to retrieve the list of all possible picture sizes, and add a property to control it. It would also be nice to add a new button to allow the user to manually select the preferred size. Pull requests are welcome 🙂

xcamera is available on PyPI. Therefore it can be installed via pip .

Once installed, the demo should be available in your PATH and can be ran from the command line.

And the widget can be imported via:

A full working demo is available in src/kivy_garden/xcamera/main.py. You can run it via:

To play with the project, install system dependencies and Python requirements using the Makefile.

Then verify everything is OK by running tests.

If you’re familiar with Docker , the project can also run in a fully isolated container. First build the image.

Then you can run tests within the container.

Or the application itself.

About

Kivy widget for taking pictures with the camera, optimized for Android. It uses the native Android’s APIs to take the pictures, thus ensuring good quality, high resolution, auto-focus, etc.

Источник

Оцените статью