Items with no label
3335 Discussions

Any tips on how a SR300 camera's .rssdk file can be converted to a .avi file and keep the correct frame rate?

PPhil12
Beginner
1,077 Views

We are using the SR300 camera and have recoded a many hours of .rssdk videos. We are seeing if anyone knows how to export to an AVI format and keep the timestamp information accurately for each frame so it can be played back on other video players accurately. The real time between each frame if very important to us. Thanks in advance. Phil

0 Kudos
1 Solution
idata
Employee
183 Views

Hello PhilN,

 

 

Thanks for reaching out!

 

 

I'm not aware of any method of converting .rssdk files to .avi files. Nevertheless, it is possible to capture raw data from the camera using OpenCV. When captured using OpenCV you can save them in the format you require. In fact I found a video explaining how to do it. If you are interested in doing so, I suggest you to check it:

 

 

https://www.youtube.com/watch?v=wIkIdjN6Oyw

 

 

Also, you can find the official OpenCV tutorial on how to save a video in .avi format in:

 

 

http://docs.opencv.org/2.4/doc/tutorials/highgui/video-write/video-write.html

 

 

I hope this helps.

 

-Peter.

View solution in original post

0 Kudos
1 Reply
idata
Employee
184 Views

Hello PhilN,

 

 

Thanks for reaching out!

 

 

I'm not aware of any method of converting .rssdk files to .avi files. Nevertheless, it is possible to capture raw data from the camera using OpenCV. When captured using OpenCV you can save them in the format you require. In fact I found a video explaining how to do it. If you are interested in doing so, I suggest you to check it:

 

 

https://www.youtube.com/watch?v=wIkIdjN6Oyw

 

 

Also, you can find the official OpenCV tutorial on how to save a video in .avi format in:

 

 

http://docs.opencv.org/2.4/doc/tutorials/highgui/video-write/video-write.html

 

 

I hope this helps.

 

-Peter.
0 Kudos
Reply