You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colab_camera.use_cam() 実行時に次のメッセージが繰り返し出力される。 /usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:32: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
コメント
メッセージを読めば自明な修正ですが、一応報告させて頂きます。
The text was updated successfully, but these errors were encountered:
ページ数
P.75 の 1 行目
内容
誤:img_str = encimg.tostring()
正:img_str = encimg.tobytes()
colab_camera.use_cam() 実行時に次のメッセージが繰り返し出力される。
/usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:32: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
コメント
メッセージを読めば自明な修正ですが、一応報告させて頂きます。
The text was updated successfully, but these errors were encountered: