March 29th, 2019 at 10:54 PM
so I'll be tearing down the video glasses soon so I can integrate them into this pair of goggles i have, it'll also make it easier to integrate the camera which I'm working on getting a live feed from with text overlay for things like GPS data inputs and stuff.
the real trick is getting the camera feed while still being in command line so I can keep the overhead and power usage as minimal as possible.
to get a live feed to the display I simply need to run the following terminal command: raspivid -t 0 -rot 0
making rapid progress
the real trick is getting the camera feed while still being in command line so I can keep the overhead and power usage as minimal as possible.
to get a live feed to the display I simply need to run the following terminal command: raspivid -t 0 -rot 0
making rapid progress