-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Stuck on line 10 with a HERO8 #48
Comments
In my application, I will probably develop on your MultiCam.ino, because all the camera settings are already done when switching on and connecting. (In fact the camera(s) are left switched on and wifi connected for days at a time). MultiCam.ino also has me stumped |
see #46
Il giorno mer 27 set 2023 alle ore 13:53 Gerald-D ***@***.***>
ha scritto:
… In my application, I will probably develop on your MultiCam.ino, because
all the camera settings are already done when switching on and connecting.
(In fact the camera(s) are left switched on and wifi connected for days at
a time).
MultiCam.ino also has me stumped
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBUBTSSDH3F3KI73TQKEWTX4QHVDANCNFSM6AAAAAA5IZA6WU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
#46 helped a little . . . . . I am now stuck at line 12: C:\Users\Gerald\Documents\Arduino\GoProControl\GoProControl.ino:12:47: error: invalid conversion from 'const char*' to 'uint8_t' {aka 'unsigned char'} [-fpermissive] exit status 1 Compilation error: invalid conversion from 'const char*' to 'uint8_t' {aka 'unsigned char'} [-fpermissive] |
Hi Aster In #46 you said this could be because of an Arduino IDE problem. If I may ask; what IDE did you use? Thank you |
vscode |
With some help from a friend, found that:
My friend also suggested to add: |
Nice, if you wish you can make a PR |
I have this as line 10 of GoProControl.ino :
#define CAMERA HERO8 // Change here for your camera
And then the first error in the compiler is:
C:\Users\Gerald\Documents\Arduino\GoProControl\GoProControl.ino:10:16: error: 'HERO8' was not declared in this scope
#define CAMERA HERO8 // Change here for your camera
I tried HERO6 as well, but still similar error message
Obviously I need to learn some more very basic things . . . . . .
The text was updated successfully, but these errors were encountered: