USB camera on raspberry pi integrated with google assistantstreaming video - raspberry-pi3

I was trying to make a home assistant out of raspberry pi. So I integrated my pi to google assistant. Now i have a USB camera which can stream video using motion. I want my google assistant to open my browser and go to the url of motion "http://ip_of_the_pi:8080". Can you please help me with the steps I need to follow?

Related

DJI Mavic Air 2 Camera can't set mode?

I'm trying to see why our DJI-enabled app isn't working correctly with the Mavic Air 2 on iOS or Android. Here I'm debugging with iOS but I've seen the same failures when briefly testing on our Android app.
When calling setMode:completion: on the single camera belonging to the Mavic Air 2, I consistently get "Current product does not support this feature.(code:-1013)"
isMediaDownloadModeSupported returns true for the camera, and yet I can't set the camera mode to media download mode at all (or any other mode).
I've found that setFlatMode:completion: seems to work ok to set photo and video modes as a sort of alternative, however this is only for photo/video modes, and won't help me with downloading media from the SD card. (right?)
Any help out there?
From my DJI Developer Support ticket for the same issue:
For the Mavic Air 2 drone, should use the setFlatMode to switch the photo, video mode, and use the enterPlayback, exitPlayback to enter/ exit the download mode.

Node-red dashboard audio-out node does not play on raspberry pi

I'm trying to play TTS on the node-red dashboard. Luckily I thought there's the Audio Out node, where you feed a string in, some TTS service converts it to audio and then it's played via the browser you opened the dashboard UI.
Which works fine on my pc while trying, but not on raspberry pi chromium in kiosk mode... There it only prints a notification box which states the text it was supposed to speak...
Anybody ran into this issue?
I have node red installed on docker on RPI3B+ 1, and RPI3 2 with touchscreen as the UI running chromium in kiosk mode.
Chromium plays audio (tested with youtoube) well... so that's not the issue.
Edit
Seems like audio out is trying to do speech synthesis in the browser, but chromium doesn't show providers?!?
Ok easy solution:
Use node-red-contrib-google-tts to get an URL to tts output, feed it through msg.url into a http request nice with binary payload and feed this to the audio out node... And here we go

Detect raspberry pi on google home

I implemented Google assistant on Raspberry PI using Google Assistant Library.
And, I would like to connect my Raspberry PI to Google Home.
(Want to detect Raspberry PI on Google Home App)
1)
On google assistant, I could find Raspberry PI on device lists.
But it is not detectable on Google home app, even I had registered raspberry Pi in my google account.
2)
Google Assistant -> more settings -> Home control in Services tab.
When I clicked above path, I could see raspberry Pi with No room assigned status. So, I tried to change Nickname and Room for pi.
But the error message occured(Couldn't update the setting.Check your connection.)
Do I have to do something else for these things?
Is there any possible way for these?
Thanks
The integration between the Google Home and devices with the Google Assistant library is not very deep, such that the Google Home will not recognize any Raspberry Pis on the network.
Both devices are connected to your Google account, such that personal queries will return the same response on both devices.
Google Assistant SDK devices currently don't get a room assignment. There isn't any reason to put it in the HomeGraph as things like room control and remote execution are currently not supported.

Can't connect M210 to DJI assistant 2

I am trying to connect my drone M210 RTK to DJI assistant 2, but when i connect my drone to the computer, nothing happen.
I have switched on the drone and put the button on the good configuration to connect to a computer by USB cable. I have also made both RTK and M210 firmware update using the remote controller and the DJI GO 4 App.
So here is my problem : How to do to make the M210 RTK available in Dji assistant 2 so i can enable the API.
A few more things to check for you:
Are you using the USB cable that came with the Aircraft?
Are you using DJI Assistant 2 v1.1.8+?
Is the switch on the back to the aircraft to the computer sign? (switch all the way to the left) page 41 in the manual
Did you try to reboot your computer. Assistant works with a background binary which establishes the communication with the aircraft, on rare occasions it freezes, you can kill the process but rebooting is easier.
Did you try re-pluging the USB cable after power on and switch to computer mode?
Can you access the RTK from assistant (usb switch on RTK)?

google assistant on raspberry pi 3 screen conectting

I have installed on raspberry Pi3 Google Assistant every thing is fine works perfect.
But when I try to ask to show me a picture or to open youtube is telling me that the monitor is not connected
how can I fix this, to connect the monitor on raspberry pi whit google assistant
thanx
Currently, the Google Assistant SDK doesn't provide support for displaying contents.

Resources