Hi everybody,
I have a very general question, hope it is in the right place.
I need to write a software that will be able to record simultaneously multiple high speed IP cameras and play that recorded video in slow motion. I have never programmed something like this, so I have no idea what I'm getting into.
Is Java good for this? There are many aspects that I'm not familiar with here:
1. how easy is to record the stream from IP camera and put all the recordings from all cameras in the same file?
2. can Java "handle" high speed cameras (lots of data - frames per second)?
3. a lot of resources should be used, multiprocessor platform. Is Java good in enviroments like this?
So, can Java make a request like this happen? Any oppinions, experiences...? Any potential problems I haven't mentioned?
Thanks in advance. Once again, sorry if this is the wrong subforum or if I have missed the point of this forum. This is my first post.