You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to start live stream in a restricted network with GoPRO HERO 13. I tried to use my embedded Linux device with the sim-card that has a limited access to the internet as a WiFi hotspot, but the camera does not see WiFi network at all. Then I tried to use my mobile phone as a hotspot and the camera was able to see it, but it wasn't able to connect to it. Here is the log file from my application:
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'request control'
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': sending SetControl command
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing request control response
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': got set control response: 1
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'start scan'
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': sending StartScan request
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing start scan response
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': received StartScan response: result 1, scanning state 2
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'wait start scan'
Oct 08 13:26:55 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': waiting for start scanning
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wait start scan response
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': got response start scanning with scan id 9, total entries 18, cameras's provisioned SSIDs 1
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'get ap entries'
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': sending GetAPEntries command
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing get ap entries response
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': got message result 1, scan id 9, amount entries 16
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': found wifi TestKPNsimcard ssid
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': found TestKPNsimcard ssid with prov state false
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'connect wifi'
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': sending connect new wifi command
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing connect wifi response
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': got message result 1, provisioning state 2, timeout 20 seconds
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wifi request 'wait prov. state'
Oct 08 13:27:00 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': waiting for provisioning state response
Oct 08 13:27:02 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': processing wait prov. state response
Oct 08 13:27:02 live-stream[2261]: [debug] 'EF:33:39:DF:51:CF': received provisioning state response 7
Oct 08 13:27:02 live-stream[2261]: [warning] 'EF:33:39:DF:51:CF': cannot connect to wifi 7, reconnecting...
So my questions are:
Why camera does not see the WiFi network? Are there any requirements to the network?
Why it cannot connect to the network?
Thank you
The text was updated successfully, but these errors were encountered:
I am trying to start live stream in a restricted network with GoPRO HERO 13. I tried to use my embedded Linux device with the sim-card that has a limited access to the internet as a WiFi hotspot, but the camera does not see WiFi network at all. Then I tried to use my mobile phone as a hotspot and the camera was able to see it, but it wasn't able to connect to it. Here is the log file from my application:
So my questions are:
Thank you
The text was updated successfully, but these errors were encountered: