How to store signal slot data in side per 2 msec running thread?
Solved
Mobile and Embedded
-
i have to store captured image and video data related path and id store in running thread.
but how to store that data best way i want to know ?
-
@Qt-embedded-developer said in How to store signal slot data in side per 2 msec running thread?:
but how to store that data best way i want to know ?
Not sure what the problem is with that. You should explain what you want to do better, as it is not really clear.
Do you want to store images and videos? If so store them in files. Path and id can be stored in simple variables or lists (depends on how many you want to store).