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
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void frame_cb(uvc_frame_t*, void*)': /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:179:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive] 179 | s_fb.buf = frame->data; | ~~~~~~~^~~~ | | | void* /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:183:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive] 183 | s_fb.buf = frame->data; | ~~~~~~~^~~~ | | | void* /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void app_main()': /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:240:5: error: designator order for field 'uvc_config::frame_index' does not match declaration order in 'uvc_config_t' {aka 'uvc_config'} 240 | }; | ^ [6/77] Performing build step for 'bootloader' [1/1] cd /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/esp-idf/esptool_py && /home/nadeem/.espressif/python_env/idf5.0_py3.10_env/bin/python /home/nadeem/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/bootloader.bin Bootloader binary size 0x5190 bytes. 0x2e70 bytes (36%) free. ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
@nadeem268 Hi please remove the issue to the corresponding repo esp-iot-solution/issues.
The branch usb/add_usb_solutions is archived now, for UVC+UAC example, please refer to esp-iot-solution/tree/master/examples/usb/host/usb_camera_mic_spk
usb/add_usb_solutions
Sorry, something went wrong.
No branches or pull requests
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void frame_cb(uvc_frame_t*, void*)':
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:179:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive]
179 | s_fb.buf = frame->data;
| ~~~~~~~^~~~
| |
| void*
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:183:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive]
183 | s_fb.buf = frame->data;
| ~~~~~~~^~~~
| |
| void*
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void app_main()':
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:240:5: error: designator order for field 'uvc_config::frame_index' does not match declaration order in 'uvc_config_t' {aka 'uvc_config'}
240 | };
| ^
[6/77] Performing build step for 'bootloader'
[1/1] cd /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/esp-idf/esptool_py && /home/nadeem/.espressif/python_env/idf5.0_py3.10_env/bin/python /home/nadeem/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/bootloader.bin
Bootloader binary size 0x5190 bytes. 0x2e70 bytes (36%) free.
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered: