I am trying to create a new camera source or driver in java. There is a similar question based on python. What am trying to do is that I want a new camera source shown in windows so that all apps can connect to it. And the output will be many images showing in a loop instead of live camera. Can I achieve this with java? If yes How? In stackoverflow there are many questions based on c++. But not about Java. I am trying to achieve this in Java. I think for this I need to use something like directX.
I know how to create the loop of images. But How to create a camera source?