[fpc-pascal] Realtime and freepascal???

Marc Santhoff M.Santhoff at t-online.de
Fri Jun 15 17:19:05 CEST 2018


On Fri, 2018-06-15 at 10:17 +0200, Darius Blaszyk wrote:
> 
> One last point I have not covered is the use of video. For that I will need
> an MPU and as it stands I am thinking about using a Raspberry PI. I found
> this link on GPIO handling from FPC https://github.com/inforisorse/fprpiled.
> Anyone have a reference on reading HP video from RPI?

I'd recommend looking at "Ultibo", too. Best source if you want to do anything
in pure Object Pasal.

The standard way of getting video out of a rpi would be "mjpg-streamer". Easy
to set up, using webcams or the pi cam and you can use mostly any program able
to read streams from the net (vlc, mplayer, mpv, ...)
If you do not wanna use those they can be a source of information, how to
handle streams. In the end you deal with opening a socket for reading data
packets...

Another program dealing with video (surveillance stuff, ROI, multiple cams
iirc) is "motion".

Many 3D-prionters use Octopi (using mjpg.streamer) to have an eye on the
print, so there are lots of tutorials inthat information space.

Sorry, no more hints on programming, although I'm interested a bit, too. My
goal would be to show a video from file on the screeen and be able to navigate
by time code and by single picture.

-- 
Marc Santhoff <M.Santhoff at t-online.de>



More information about the fpc-pascal mailing list