0
Good afternoon. How do I capture data from the bus when it comes to video or images ? Any ideas ?
Example: When I want to capture bus input data I can use Std::Cin, getline.
But if I had to capture video data and images. Example: I am watching a video by vlc, windows media player or any other video player.
It would be possible with c++ to know what data is going through the data bus ?
Does anyone know any material that talks about this ? It could be articles, books, videos.
Note: I need references.
Thank you.
If it is windows, you would need to know the road and exit library. If it’s linux, in /dev/input you have the devices of your computer, keyboard, mouse, video, display, power, etc...
– Brumazzi DB
I didn’t know this directory. I tested it pro mouse in the terminal Thank you very much :D
– Ten. Oliveira