For testing purposes - it would be handy if there was a simulated (or emulated, not sure which) PiCamera2.
My use case is mainly is that my development is split between real Raspberry Pi + Pi Camera3 and a none-Pi environment.
Does anybody know if there is a method-for-method (etc) matching 'shim' / 'fake' Picamera2 library already in existence?
(I'm building my own, with mostly 'pass' statements, but thought I had better check if one already exists)
It might be handy (although not entirely necessary) if the fake library could actual deliver images. (I'm just plugging in an opencv2 / numpy method to return random images currently).
My use case is mainly is that my development is split between real Raspberry Pi + Pi Camera3 and a none-Pi environment.
Does anybody know if there is a method-for-method (etc) matching 'shim' / 'fake' Picamera2 library already in existence?
(I'm building my own, with mostly 'pass' statements, but thought I had better check if one already exists)
It might be handy (although not entirely necessary) if the fake library could actual deliver images. (I'm just plugging in an opencv2 / numpy method to return random images currently).
Statistics: Posted by mjohnny — Fri Mar 08, 2024 7:28 pm — Replies 0 — Views 11