DJSox 1 Posted January 15, 2021 Does anyone have any experience in using Python4Delphi with Linux, more specifically with the Raspberry Pi 4? I need to grab images from the RPi camera in code, but have been unable to find any examples of how to do this that aren't Python. Python has a really nice camera interface which would nice to use. RPi's mmal c interface to the camera is an option, but looks difficult to access from lazarus. Any help or ideas is appreciated! Dan Share this post Link to post
Fr0sT.Brutal 900 Posted January 15, 2021 I know nothing on the subject but can't avoid mentioning that on any platform and with any language you still have the most universal solution - launching a child process that would do things. Share this post Link to post