zhouxf
zhouxf
1.通过V4L2参数设置亮度属性,是否可以达到效果
I think it should return true when the pointer is null CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item) { if (item == NULL) { return true; } return (item->type & 0xFF)...
把工程文件放入指定文件夹PROJECT(非工程根目录),虽然可以自动生成c_cpp_properties.json并配置路径,但不起作用 PS E:\keil_project\freertos_f407ve> ls ``` 目录: E:\keil_project\freertos_f407ve Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2021/6/11 21:39 CMSIS d----- 2021/6/11 20:55 FreeRTOS d----- 2021/6/11 21:13 FWLIB d----- 2021/6/12 12:19...