Arduino Forum
>
Products
>
MKR Boards
>
MKRVIDOR4000
(Moderators:
mbanzi
,
AndreaRichetta
,
facchinm
,
sandeepmistry
,
dariopennisi
)
>
Stream video over wifi
Print
Go Down
Pages:
[1]
Topic: Stream video over wifi
(Read 1 time)
previous topic
-
next topic
thirtytwo
Newbie
Posts: 2
Karma: 0
[add]
Stream video over wifi
Dec 16, 2019, 03:39 am
Is it possible, using the current Arduino libraries, to stream video from the mipi camera over wifi using the Vidor?
pert
Global Moderator
Brattain Member
Posts: 27,464
Karma: 2721
[add]
https://github.com/per1234?tab=repositories
Re: Stream video over wifi
#1
Dec 16, 2019, 07:20 am
I see there are some reasonably priced HDMI to WiFi dongles. I wonder if one of those would work on the MKR Vidor 4000?
thirtytwo
Newbie
Posts: 2
Karma: 0
[add]
Re: Stream video over wifi
#2
Dec 16, 2019, 06:28 pm
Last Edit
: Dec 17, 2019, 06:42 am by thirtytwo
A WIFI dongle is too much power (at that point I'd just use a Raspberry Pi). There's a way to do this but I don't have time to write the firmware myself. I was hoping the Arduino framework would support this somehow.
What about access to the raw frame buffers or at least the DMA channel between the FPGA and the HDMI (is there one?)? So far it's completely useless if all I can do is tell a black box to route video from MIPI to HDMI. I need to be able to at least route the stream if not manipulate it.
Limba
Full Member
Posts: 156
Karma: 14
[add]
Re: Stream video over wifi
#3
Dec 17, 2019, 05:13 pm
I think limit will be how much NINA can send data to server.
You need custom FPGA image to access receiving buffer from camera.
I think hires still images is feasible with NINA.
Print
Go Up
Pages:
[1]
Loading...