Page 1 of 1

Videoarchiver connection issue with neuroplayer

Posted: Mon Oct 02, 2023 11:37 am
by ucbthaf
The 2 error messages for Videoarchiver are listed below. The videoarchiver was unable to connect with neuroplayer, which is to say, the video cannot be viewed simultaneously when playing the neuroplayer EEG.


%----1---%
Event: "Neuroplayer_play"
ERROR: can't read "vtime": no such variable

Error Information:
can't read "vtime": no such variable
while executing
"if {($vtime <= $datetime) && ($vtime + $clen >= $datetime + $length)} {
set vf $fn
break
}"
(procedure "Neuroplayer_video_seek" line 17)
invoked from within
"Neuroplayer_video_seek $vpos $missing"
(procedure "Neuroplayer_video_play" line 23)
invoked from within
"Neuroplayer_video_play [Neuroplayer_clock_convert $info(datetime_play_time)] $info(play_interval_copy) "
(procedure "Neuroplayer_play" line 823)
invoked from within
"Neuroplayer_play"
("uplevel" body line 1)
invoked from within
"uplevel #0 $LWDAQ_Info(current_event)"


%---2----%
Event: "Neuroplayer_play"
ERROR: can't read "start_s": no such variable

Error Information:
can't read "start_s": no such variable
while executing
"if {$start_s + $missing <= $clen} {
set vpos [expr round($vpos + $missing)]
set end_s [format %.2f [expr $start_s + $missing]]
set missing "0..."
(procedure "Neuroplayer_video_play" line 37)
invoked from within
"Neuroplayer_video_play [Neuroplayer_clock_convert $info(datetime_play_time)] $info(play_interval_copy) "
(procedure "Neuroplayer_play" line 823)
invoked from within
"Neuroplayer_play"
("uplevel" body line 1)
invoked from within
"uplevel #0 $LWDAQ_Info(current_event)"

Re: Videoarchiver connection issue with neuroplayer

Posted: Mon Oct 02, 2023 12:01 pm
by Kevan Hashemi
Dear ucbthaf,

We apologize for the problems you are having with the Videoplayer. What version of LWDAQ are you using? What operating system?

The Videoplayer in LWDAQ 10.6.1 is broken on MacOS and Linux. We are working on fixing the Videoplayer right now, and hope to release LWDAQ 10.6.3 later today.

Best Wishes, Kevan

Re: Videoarchiver connection issue with neuroplayer

Posted: Mon Oct 02, 2023 10:14 pm
by Kevan Hashemi
We believe all problems with video display are fixed in LWDAQ 10.6.2, available on GitHub for "git pull" and as a ZIP archive on our software download page.

https://github.com/OSI-INC/LWDAQ
http://www.bndhep.net/Software/Download/LWDAQ_10.6.2.zip

Please try the new version and let me know how it goes. Kevan