久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      <tfoot id='VVnbT'></tfoot>
      1. <legend id='VVnbT'><style id='VVnbT'><dir id='VVnbT'><q id='VVnbT'></q></dir></style></legend>
        <i id='VVnbT'><tr id='VVnbT'><dt id='VVnbT'><q id='VVnbT'><span id='VVnbT'><b id='VVnbT'><form id='VVnbT'><ins id='VVnbT'></ins><ul id='VVnbT'></ul><sub id='VVnbT'></sub></form><legend id='VVnbT'></legend><bdo id='VVnbT'><pre id='VVnbT'><center id='VVnbT'></center></pre></bdo></b><th id='VVnbT'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='VVnbT'><tfoot id='VVnbT'></tfoot><dl id='VVnbT'><fieldset id='VVnbT'></fieldset></dl></div>

        • <bdo id='VVnbT'></bdo><ul id='VVnbT'></ul>
      2. <small id='VVnbT'></small><noframes id='VVnbT'>

        如何在 Kivy Launcher 中運行 OpenCV?

        How to run OpenCV in Kivy Launcher?(如何在 Kivy Launcher 中運行 OpenCV?)
        <i id='hzYt3'><tr id='hzYt3'><dt id='hzYt3'><q id='hzYt3'><span id='hzYt3'><b id='hzYt3'><form id='hzYt3'><ins id='hzYt3'></ins><ul id='hzYt3'></ul><sub id='hzYt3'></sub></form><legend id='hzYt3'></legend><bdo id='hzYt3'><pre id='hzYt3'><center id='hzYt3'></center></pre></bdo></b><th id='hzYt3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='hzYt3'><tfoot id='hzYt3'></tfoot><dl id='hzYt3'><fieldset id='hzYt3'></fieldset></dl></div>
          <bdo id='hzYt3'></bdo><ul id='hzYt3'></ul>
        • <legend id='hzYt3'><style id='hzYt3'><dir id='hzYt3'><q id='hzYt3'></q></dir></style></legend>

                <tbody id='hzYt3'></tbody>

              1. <small id='hzYt3'></small><noframes id='hzYt3'>

                • <tfoot id='hzYt3'></tfoot>
                  本文介紹了如何在 Kivy Launcher 中運行 OpenCV?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在構建一個需要 OpenCV 模塊的 Kivy 應用程序,但是 Kivy 啟動器在我運行它時不斷崩潰.

                  I am building a Kivy app that requires the OpenCV module, but the Kivy Launcher keeps crashing when I run it.

                  我已經從 PyPi (https://pypi.python.org/pypi/opencv-python#downloads) 并將其放入我的 kivy 項目目錄中.我的項目目錄目前包含main.py文件、android.txt文件和opencv下載.在 main.py 文件中,我在代碼頂部寫了import cv2".但是,我的應用程序在 Kivy 啟動器中不斷崩潰.

                  I have downloaded OpenCV from PyPi (https://pypi.python.org/pypi/opencv-python#downloads) and placed it into my kivy project directory. My project directory currently contains the main.py file, the android.txt file, and the opencv download. In the main.py file I write "import cv2" at the top of the code. However, my app keeps crashing in the Kivy launcher.

                  在 Kivy Launcher 中安裝 python 擴展的正確方法是什么?

                  What is the correct way to install python extensions for use in Kivy Launcher?

                  順便說一句-我是 Kivy 和 Android 應用程序開發的新手,非常感謝任何幫助

                  BTW- I am brand new to Kivy and Android app development, so any help is much appreciated

                  推薦答案

                  我已經從 PyPi 下載了 OpenCV(https://pypi.python.org/pypi/opencv-python#downloads) 并放置它進入我的 kivy 項目目錄

                  I have downloaded OpenCV from PyPi (https://pypi.python.org/pypi/opencv-python#downloads) and placed it into my kivy project directory

                  事情不是這樣運作的.OpenCV 應該專門為 Android 編譯.我猜你使用 buildozer 來構建 apk?在這種情況下,您應該修改 buildozer.spec 文件中的 requirements 行以添加 opencv,例如:

                  This is not how things work. OpenCV should be compiled specifically for Android. I guess you use buildozer to build apk? In this case you should modify requirements line inside buildozer.spec file to add opencv, for example:

                  requirements =  kivy, opencv
                  

                  為Android編譯python模塊提供python-for-android 項目.

                  Compiling python modules for Android provided by python-for-android project.

                  這篇關于如何在 Kivy Launcher 中運行 OpenCV?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)
                  Get current location during app launch(在應用啟動期間獲取當前位置)
                  locationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)
                  <i id='NCwiw'><tr id='NCwiw'><dt id='NCwiw'><q id='NCwiw'><span id='NCwiw'><b id='NCwiw'><form id='NCwiw'><ins id='NCwiw'></ins><ul id='NCwiw'></ul><sub id='NCwiw'></sub></form><legend id='NCwiw'></legend><bdo id='NCwiw'><pre id='NCwiw'><center id='NCwiw'></center></pre></bdo></b><th id='NCwiw'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NCwiw'><tfoot id='NCwiw'></tfoot><dl id='NCwiw'><fieldset id='NCwiw'></fieldset></dl></div>
                • <tfoot id='NCwiw'></tfoot>

                            <tbody id='NCwiw'></tbody>

                        1. <legend id='NCwiw'><style id='NCwiw'><dir id='NCwiw'><q id='NCwiw'></q></dir></style></legend>
                            <bdo id='NCwiw'></bdo><ul id='NCwiw'></ul>

                            <small id='NCwiw'></small><noframes id='NCwiw'>

                            主站蜘蛛池模板: 成人精品一区二区三区 | 亚洲福利 | 最新中文字幕久久 | 日韩快播电影网 | 免费a网 | 国产在线中文字幕 | 啪啪精品 | 国产亚洲精品精品国产亚洲综合 | 久久黄色网 | 成人免费大片黄在线播放 | 国产精品色哟哟网站 | 欧美最猛黑人xxxⅹ 粉嫩一区二区三区四区公司1 | 久久99精品久久久水蜜桃 | 久久av一区二区 | 日韩精品一区二区三区中文字幕 | 看真人视频一级毛片 | 国产一区二区免费电影 | 日本福利片 | 欧美一区二区三区国产 | 一区二区三区四区国产 | 久久最新网址 | 一区二区免费在线观看 | 亚洲国产精品一区 | 久久99精品久久久久久国产越南 | 亚洲精品乱码久久久久久按摩观 | 久精品久久 | 国产精品视频在线播放 | 青青久在线视频 | 九色国产 | 欧美激情精品久久久久久变态 | 日日骚网 | 成人精品国产一区二区4080 | 黄色一级免费 | 亚洲国产精品视频一区 | 国产99视频精品免费视频7 | 国产不卡视频在线 | 91精品国产乱码久久久久久 | 青青草中文字幕 | 久草福利 | 九九福利 | 色av一区二区三区 |