Jandig icon indicating copy to clipboard operation
Jandig copied to clipboard

Create a way to mock the camera

Open pablodiegoss opened this issue 6 years ago • 5 comments

Our Application can only run on the real camera, would be interesting to run it without it, using a static image or video

pablodiegoss avatar Nov 18 '18 13:11 pablodiegoss

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?

vjpixel avatar Sep 21 '19 17:09 vjpixel

Do we still want it?

vjpixel avatar Sep 21 '19 19:09 vjpixel

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

pablodiegoss avatar Sep 30 '19 12:09 pablodiegoss

Is this still useful for the project? @vjpixel @pablodiegoss

mibasFerraz avatar Aug 02 '22 17:08 mibasFerraz

Yes.

vjpixel avatar Aug 03 '22 17:08 vjpixel