December 9, 2019 Development Notes

At this stage of the task

1, first adjusting through andriod_python 

2, the network camera data transmission to the storage ubuntu,

3, portable test algorithms to Andrews board

 

andriod_python in order to call the python program on Andrews board, there are two options:

Option One:

Transplant program directly on the board, the board is custom-A5 board, internal support python, but the lack of many libraries, such as opencv with numpy. If you use this program, you need to use c rewrite opencv function and then call it to replace opencv, for example, I wrote before reading the camera-based V4L2 framework of the program, only to realize this function almost wrote a 900+ lines of code Therefore great amount of work.

Option II:

Github as open source, directly in the apk which you can call python, will facilitate richer. Currently being studied, Github URL: https://github.com/devpack/android-python27

Guess you like

Origin www.cnblogs.com/lvfengkun/p/12014234.html