-
Notifications
You must be signed in to change notification settings - Fork 28
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
Dashboard on Pepper's tablet does not show anything in the Conversation area (and Raspberry camera issue) #36
Comments
I also experience this issue on Raspberry |
I wonder if the end-point is hard-coded into the javascript.. so it's not connecting to the websocket. |
I think this depends on the Web browser functionality. Pepper's dashboard successfully shows Conversation on the Chrome browser on remote machine. |
I see the messages on Conversation area after configuring the microphone correctly. However, still get warning message WARN][OpenCVCamera] Failed to open camera even thought camera is connected |
@nddao Could you check whether your camera is working properly without running Intu ? First. Please check if the camera recognized by the kernel by the following command.
|
@takaomoriyama : I tested with 2 different cameras, and got the same result. |
On Raspi, Camera is accessed through OpenCV, so ou can ignore Camera and DepthCamera lines in the log file.
Something wrong around OpenCV in your environment. Please let me check this once I get my camera working. |
@nddao Let's figure out whether problem is in Camera device or OpenCV. We can feed photo file or movie file instead of Camera input.
Each frame of the movie file will be used as camera input, and will be shown on the Intu dashboard. |
@takaomoriyama . With a .mov or .mp4 in the m_CameraStream, I can see a frame in the camera box, and in the log, I can see [OpenCVCamera] Camera has started |
OK. OpenCV is properly loaded and working well. Then the problem is in camera side. |
Found solution to fix this issue on Raspberry. The main reason that we do not see video stream in the dash board is the Raspberry does not load the library bcm2835-v4l2 at boot time.
|
However, when the stream of video displays on Intu Dashboard, look like it streams to Watson continuously and causes problem on Raspberry. There are lots of messages like below [11/09/17 18:38:02.912][ERRO][PersonClassifer] Invalid response from VisualRecognition: { So for testing the Conversation service, I have to stop loading the bcm2835-v4l2 module at boot time. |
@nddao After replacing my camera with new one, linux kernel started to recognize the camera, and raspistill comand started to work well. Intu is now recognizing the camera after adding bcm2835-v4l2 to /etc/modules according to your suggestion. |
On Pepper, dashboard is now shown on it's tablet. Video monitor is shown in the top left area, spectrum graph of input voice is shown in the top right area, and text input is show below the graph.
However nothing is shown in the Conversation area (bottom half of the screen), where we expect dialog bubbles appear.
The text was updated successfully, but these errors were encountered: