Jandig
Jandig copied to clipboard
Create a way to mock the camera
Our Application can only run on the real camera, would be interesting to run it without it, using a static image or video
I think we tried to do that, but the result wasn't satisfactory.
@pablodiegoss @rodrigocam can you please describe the problems you found when you worked on this?
Do we still want it?
This would enable developing tests to verify if the application is running as expected on every commit. We use the GetUserMedia to obtain the user camera by WebRTC protocol, there should be a way to create a mock camera using a picture or video to run tests without a real camera in the device. We didn't work on this yet, so i still have no progress to report here and contribute :c
Is this still useful for the project? @vjpixel @pablodiegoss
Yes.