We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我准备使用摄像头功能,我想测试一下摄像头功能并在lcd上显示出摄像头画面,便实际它不工作。
1.在air780e核心板的camera接口接入GC0310摄像头, 2.接入合宙0.96lcd模块, 3.烧写demo中的camera程序,并在程序中把lcd改为st7735v, 4.运行时报错。
如果正常应该在lcd显示摄像头画面
[2024-12-01 23:12:28.920][000000000.000] main_entry 601:SDK base line V013_pb11.002 [2024-12-01 23:12:28.941][000000000.009] am_service_init 865:Air780E_A16 [2024-12-01 23:12:28.963][000000000.028] Uart_BaseInitEx 1049:uart 0 rx cache 256 dma 256 [2024-12-01 23:12:28.996][000000000.238] self_info 122:model Air780E_A16 imei 869329069212085 [2024-12-01 23:12:29.015][000000000.239] I/pm poweron: Power/Reset [2024-12-01 23:12:29.024][000000000.239] I/main LuatOS@Air780E base 24.10 bsp V1114 32bit [2024-12-01 23:12:29.036][000000000.239] I/main ROM Build: Dec 1 2024 00:55:03 [2024-12-01 23:12:29.046][000000000.248] D/main loadlibs luavm 262136 13856 13856 [2024-12-01 23:12:29.049][000000000.248] D/main loadlibs sys 278152 54188 81544 [2024-12-01 23:12:29.058][000000000.404] D/lcd ic support: st7735v [2024-12-01 23:12:29.178][000000000.886] E/main Luat: [2024-12-01 23:12:29.208][000000000.887] E/main main.lua:65: attempt to index a nil value (global 'camera') [2024-12-01 23:12:29.217][000000000.887] E/main Lua VM exit!! reboot in 15000ms
1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述一下这个bug / Describe the bug
我准备使用摄像头功能,我想测试一下摄像头功能并在lcd上显示出摄像头画面,便实际它不工作。
复现步骤 / To Reproduce
1.在air780e核心板的camera接口接入GC0310摄像头,
2.接入合宙0.96lcd模块,
3.烧写demo中的camera程序,并在程序中把lcd改为st7735v,
4.运行时报错。
如果正常,应该是什么样 / Expected behavior
如果正常应该在lcd显示摄像头画面
截图 / Screenshots
日志 / Logs
[2024-12-01 23:12:28.920][000000000.000] main_entry 601:SDK base line V013_pb11.002
[2024-12-01 23:12:28.941][000000000.009] am_service_init 865:Air780E_A16
[2024-12-01 23:12:28.963][000000000.028] Uart_BaseInitEx 1049:uart 0 rx cache 256 dma 256
[2024-12-01 23:12:28.996][000000000.238] self_info 122:model Air780E_A16 imei 869329069212085
[2024-12-01 23:12:29.015][000000000.239] I/pm poweron: Power/Reset
[2024-12-01 23:12:29.024][000000000.239] I/main LuatOS@Air780E base 24.10 bsp V1114 32bit
[2024-12-01 23:12:29.036][000000000.239] I/main ROM Build: Dec 1 2024 00:55:03
[2024-12-01 23:12:29.046][000000000.248] D/main loadlibs luavm 262136 13856 13856
[2024-12-01 23:12:29.049][000000000.248] D/main loadlibs sys 278152 54188 81544
[2024-12-01 23:12:29.058][000000000.404] D/lcd ic support: st7735v
[2024-12-01 23:12:29.178][000000000.886] E/main Luat:
[2024-12-01 23:12:29.208][000000000.887] E/main main.lua:65: attempt to index a nil value (global 'camera')
[2024-12-01 23:12:29.217][000000000.887] E/main Lua VM exit!! reboot in 15000ms
PACK包版本 / Version
1.0.0
验证
The text was updated successfully, but these errors were encountered: